Bug 16794 - onmouseout fired when moving over tooltip on Windows
Summary: onmouseout fired when moving over tooltip on Windows
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: data:text/html,<div onmouseout="alert...
Keywords: HasReduction, InRadar, PlatformOnly
: 20907 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-01-08 20:12 PST by Matt Lilek
Modified: 2010-02-12 13:33 PST (History)
3 users (show)

See Also:


Attachments
Patch (692 bytes, patch)
2010-02-12 13:23 PST, Brian Weinstein
no flags Details | Formatted Diff | Diff
Patch (1.49 KB, patch)
2010-02-12 13:26 PST, Brian Weinstein
aroben: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Lilek 2008-01-08 20:12:50 PST
On Windows, the CSS menus at newegg.com are dismissed when the cursor moves over a tooltip.  To reproduce this, you may need to move down the list somewhat briskly to catch a tooltip before it disappears to another item in the menu.
Comment 1 David Kilzer (:ddkilzer) 2008-02-23 19:41:09 PST
<rdar://problem/5762038>
Comment 2 Adam Roben (:aroben) 2008-09-18 08:46:11 PDT
*** Bug 20907 has been marked as a duplicate of this bug. ***
Comment 3 Adam Roben (:aroben) 2009-07-17 08:13:25 PDT
We might need to stop using TTF_SUBCLASS and start relaying events to the tool tip ourselves.
Comment 4 Brian Weinstein 2010-02-12 13:23:34 PST
Created attachment 48657 [details]
Patch
Comment 5 Brian Weinstein 2010-02-12 13:24:24 PST
Aah, no ChangeLog, webkit-patch thought I had inconsistent newlines.
Comment 6 Brian Weinstein 2010-02-12 13:26:13 PST
Created attachment 48658 [details]
Patch
Comment 7 Adam Roben (:aroben) 2010-02-12 13:28:02 PST
Comment on attachment 48658 [details]
Patch

So simple!

r=me
Comment 8 Brian Weinstein 2010-02-12 13:33:19 PST
Landed in r54734.