Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest bootstrap/fuelux breaks tooltips on mbean tree. #93

Closed
mk23 opened this issue Feb 25, 2016 · 0 comments
Closed

Latest bootstrap/fuelux breaks tooltips on mbean tree. #93

mk23 opened this issue Feb 25, 2016 · 0 comments

Comments

@mk23
Copy link
Owner

mk23 commented Feb 25, 2016

Hovering over items in the mbeans tree navigation produces this error:

[Error] Error: tooltip `template` option must consist of exactly 1 top-level element!
    tip (bootstrap.js:1677:104)
    enter (bootstrap.js:1371)
    proxy (jquery.js:529)
    handle (jquery.js:5640)
    dispatch (jquery.js:5226)
    handle (jquery.js:4878)

Cause: the tree element expects a data-template="treeitem" attribute on the same node as the target of the tooltip. Bootstrap now also wants to use the data-template to store the html for the tooltip. The two clash, but can be worked around by changing fuelux to use something like data-fu-template.

@mk23 mk23 self-assigned this Feb 25, 2016
@mk23 mk23 added this to the jmxproxy.3.2.1 milestone Feb 25, 2016
mk23 added a commit that referenced this issue Mar 13, 2016
@mk23 mk23 closed this as completed Mar 13, 2016
@mk23 mk23 mentioned this issue Jan 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant