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
When hovering over Plugin Install button, the message sometimes displays '<br />' #1437
Comments
Oh, that is unfortunate. |
Seems like a jQueryUI issue. What it does it removes the title attribute during display, and then returns it to the prior setting once you hover off the element. So, must have something to do with jQueryUI. |
Yeah I figured it's a timing issue, not quite sure why it would display the |
Yea, it's in jQueryUI. Another reason to update. Might be fixed there. Since you have a repeatable case, you might want to test using the latest. |
I am wondering if I managed to get the HTML working when it shouldn't be given: |
Review the jQueryUI page demonstrations. HTML is used in some of them. Check this example: http://jqueryui.com/tooltip/#custom-content |
Yeah, that would suggest I'm not doing anything strange with the jQuery. It may be worth raising a bug report with them. I may do that this weekend if I figure out how. |
See if you can reproduce in 1.12. If not, then it's likely already been resolved. |
It's still broken in 1.12. |
Plugin install hover message sometimes shows line breaks rather than formatted text
I resolved this in a semi grubby way, but it's fixed. |
If you quickly move between plugin rows from and to a row that has the install icon, if the icon has dependancy errors, then sometimes the
tags are displayed rather than interpreted by the browser.
The text was updated successfully, but these errors were encountered: