Bug 43112
Summary: | Tooltip issue with visually contiguous elements having the same `title` attribute | ||
---|---|---|---|
Product: | WebKit | Reporter: | Mathias Bynens <mathias> |
Component: | Layout and Rendering | Assignee: | Shezan Baig <shezbaig.wk> |
Status: | ASSIGNED | ||
Severity: | Normal | CC: | mathias, shezbaig.wk, tonikitoo |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
URL: | http://jsbin.com/omahe3 | ||
Bug Depends on: | 84375 | ||
Bug Blocks: |
Mathias Bynens
Webkit behaves oddly when visually contiguous elements have the same value for the `title` attribute. As soon as you start hovering one of them, the title tooltip won’t move as you move to another element. Needless to say, this can be very annoying. Quick test case at http://jsbin.com/omahe3
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Shezan Baig
The behavior is different depending on the platform. GTK platform handles this by moving the tooltip rect in mouseDidMoveOverElement.
Bug 84375 is entered to handle this for chromium. Other ports can enter other bugs to fix this
Shezan Baig
I'll do this as a cross-platform change