-
-
Notifications
You must be signed in to change notification settings - Fork 601
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
Escaping tooltips #620
Comments
Thanks for contributing. Are you initializing the tree via JSON and did you try to pass |
See also #610 |
Not sure where to write this. New to Fancytree and github for that matter.
I use a 2 iframe layout on my page. With fancytree on the left frame. Using jQuery widget for tooltips you are limited to the iframe -- they don't float over border like browser managed tooltips do. But when I try multi-line tooltips (using ) fancytree rendering code uses _escapeHtml.
I added a new option and would like to make it part of the project. In jquery.fancytree.js where the options json (line 4179 in the current version) is defined I added
Then were it escapes the HTML code I changed line 3452 to:
Just sharing. And if it became part of the project I wont have to modify the javascript file next time!
cheers,
Jab
The text was updated successfully, but these errors were encountered: