Bug 5668

Summary: REGRESSION: ModBlog.com user menus don't stay visible due to extra mouseout events
Product: WebKit Reporter: Chad Ingram <matrix9180>
Component: New BugsAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Normal CC: maksim
Priority: P1    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
URL: http://gorman.modblog.com/?onerow=1&onecol=1
Attachments:
Description Flags
Test case
none
need to do the same "skip text node" logic for oldUnder as well as targetNode eric: review+

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.