Bug 5668 - REGRESSION: ModBlog.com user menus don't stay visible due to extra mouseout events
Summary: REGRESSION: ModBlog.com user menus don't stay visible due to extra mouseout e...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: Darin Adler
URL: http://gorman.modblog.com/?onerow=1&o...
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-09 01:30 PST by Chad Ingram
Modified: 2005-12-26 14:08 PST (History)
1 user (show)

See Also:


Attachments
Test case (2.47 KB, text/html)
2005-11-09 01:59 PST, Chad Ingram
no flags Details
need to do the same "skip text node" logic for oldUnder as well as targetNode (872 bytes, patch)
2005-12-03 16:20 PST, Darin Adler
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chad Ingram 2005-11-09 01:30:23 PST
go to the url above and click on a username. A menu comes up w/ more options. As soon as you move the 
mouse the menu hides. In IE, *moz & Safari prior to the 10.4.3 update, the menu displays properly.
Comment 1 Chad Ingram 2005-11-09 01:30:44 PST
I'm working on a reduction...
Comment 2 Chad Ingram 2005-11-09 01:59:40 PST
Created attachment 4636 [details]
Test case
Comment 3 Darin Adler 2005-12-03 16:19:16 PST
I see why this is a problem, and I have a fix.
Comment 4 Darin Adler 2005-12-03 16:20:50 PST
Created attachment 4921 [details]
need to do the same "skip text node" logic for oldUnder as well as targetNode
Comment 5 Eric Seidel (no email) 2005-12-03 16:24:03 PST
Comment on attachment 4921 [details]
need to do the same "skip text node" logic for oldUnder as well as targetNode

Agreed.  r=me.
Comment 6 Darin Adler 2005-12-05 17:10:31 PST
Landed the fix, but we really need a layout test for this to prevent it from regressing in the future.