bootstrap tooltip does not work properly

A

Anonymous

Guest
Hello,
Please open this page
http://ec2-34-212-140-26.us-west-2.compute.amazonaws.com/admin/test/index
of bootstrap (v4.0.0-alpha.6) tooltip example.

In comparison with original page https://v4-alpha.getbootstrap.com/components/tooltips/ tooltip text are always visible at bottom and the first
button shows html tags, not rendering them, but it has
Code:
data-html="true"
property.

I call
Code:
$('[data-toggle="tooltip"]').tooltip()
and alert to be sure this is inited.


Why tooltip does not work in expected way?

can it be issue with current design ?

Thanks!
 
After some additive testing I found that with v4.0.0-alpha.6 there is some conflict with
js/jquery/jquery-ui.min.js, v1.12.1 - 2017-05-21

If to exclude js/jquery/jquery-ui.min.js conflict is off and toolbar works properly.


But actually I need jquery-ui.min.js for working of
jQuery-File-Upload-9.18.0, as it use jquery.ui.widget.js file.
That rauise some problems...


Any ideas?


P.S. I opened https://getbootstrap.com/ and do not see any any 4th branch?
I started new project with v4.0.0-alpha.6 several monthes ago...
???

Thanks!
 
Back
Top