#8699 closed bug (fixed)
Tooltip: Moving focus on click of a tooltipped element shows native tooltip in IE/Firefox on Windows
Reported by: | drew.waddell | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.1 |
Component: | ui.tooltip | Version: | 1.9.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Example: http://jsfiddle.net/dwaddell/UxPn7/
I was not getting any bites on the forum: https://forum.jquery.com/topic/browser-title-tooltip-displays-after-click
Not an issue in Chrome but I have seen the issue in IE9 and FF.
Change History (3)
comment:1 Changed 10 years ago by
Status: | new → open |
---|---|
Summary: | Tooltip: Browser tooltip displays after click on button that has a tooltip → Tooltip: Moving focus on click of a tooltipped element shows native tooltip in IE/Firefox on Windows |
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
comment:3 Changed 10 years ago by
Milestone: | 1.10.0 → 1.9.1 |
---|
Note: See
TracTickets for help on using
tickets.
Tooltip: Only bind blur when opening via focus, mouseleave for mouseover. Remove the keep-open-on-focusout workaround. Now matching behaviour described in ARIA Authoring Practices. Fixes #8699 - Moving focus on click of a tooltipped element shows native tooltip in IE/Firefox on Windows