Opened 8 years ago
Closed 8 years ago
#10108 closed bug (notabug)
Updating a tooltip text while open gets the title attribute into an inconsistent state
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.tooltip | Version: | 1.10.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I have created a jsfiddle that demonstrates the issue. http://jsfiddle.net/stevedunne/qGKWT/5/
If a tooltips value is updated while the tooltip is open the tooltip works fine, but the underlying title attribute is updated by the close event, with data that is now out of date.
A user with an old/rubbish browser may see the browser default tooltip in certain circumstances and it will be incorrect.
I found this in 1.9.1 but i have checked and it still an issue in 1.11.
Thanks, Stephen
Note: See
TracTickets for help on using
tickets.
The
content
option and thetitle
attribute are two different things. This is working correctly.