Search and Top Navigation
#10108 closed bug (notabug)
Opened June 13, 2014 08:56AM UTC
Closed June 13, 2014 10:23AM UTC
Updating a tooltip text while open gets the title attribute into an inconsistent state
Reported by: | stevedunne@gmail.com | 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
Attachments (0)
Change History (1)
Changed June 13, 2014 10:23AM UTC by comment:1
resolution: | → notabug |
---|---|
status: | new → closed |
The
content
option and thetitle
attribute are two different things. This is working correctly.