Opened 7 years ago
Closed 7 years ago
#14934 closed bug (duplicate)
IE: Native tooltip appearing when hovering jQuery UI Tooltip
Reported by: | citi-raulfernandez | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.tooltip | Version: | 1.11.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
See Fiddle here: https://jsfiddle.net/18j74xms/
This issue is only reproducible in IE browsers.
- Set a tooltip with track to true and disable the animations (show & hide).
- Enable the tooltip in a element big enough to show the tooltp within itself.
- Hover the element. When the tooltip appears, quickly hover the tooltip.
Expected: The tooltip will be repositioned based on the new mouse position. Current: The tooltip is closed, and the native tooltip appears.
This is not happening if animations are enabled for show & hide.
Note: See
TracTickets for help on using
tickets.
Duplicate of #8782.
While this may seem like a bug, it's actually a feature request. See #8782.