WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
ASSIGNED
43112
Tooltip issue with visually contiguous elements having the same `title` attribute
https://bugs.webkit.org/show_bug.cgi?id=43112
Summary
Tooltip issue with visually contiguous elements having the same `title` attri...
Mathias Bynens
Reported
2010-07-28 03:03:13 PDT
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
Comment 1
2012-04-19 13:22:31 PDT
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
Comment 2
2012-05-18 09:40:35 PDT
I'll do this as a cross-platform change
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug