RESOLVED FIXED 6075
REGRESSION: event.relatedTarget not working, breaks menus at www.ati.com
https://bugs.webkit.org/show_bug.cgi?id=6075
Summary REGRESSION: event.relatedTarget not working, breaks menus at www.ati.com
Henk
Reported 2005-12-14 02:04:32 PST
Click on one of of the following menu's (Products,Technologies,Customer Care etc) Now try to select a menu item. The menu immediately disappears. The menu's work as expected with in latest official Safari release! BTW This is a blocker because there is no other way to reach the pages referenced by the menu items.
Attachments
reduced test case... sort of (8.39 KB, text/html)
2006-01-22 12:02 PST, Alex Shanks
no flags
patch to fix this by setting up the related target field of events (9.64 KB, patch)
2006-01-24 22:55 PST, Darin Adler
mjs: review-
Joost de Valk (AlthA)
Comment 1 2006-01-22 04:36:37 PST
Adding Regression keyword.
Joost de Valk (AlthA)
Comment 2 2006-01-22 04:42:57 PST
Upping to P1 because this is a regression.
Alex Shanks
Comment 3 2006-01-22 12:02:25 PST
Created attachment 5845 [details] reduced test case... sort of I got the start of a reduction, I simplified their HTML (from 620 to less than 200), got rid of everything except javascript and css and images needed to render the menubar properly (in which I call <base href="http://ati.com">, sorry for that, but there's a 600+ menucode.js file that has some hacks to render the menubar) Should be easier to debug.
Darin Adler
Comment 4 2006-01-24 22:32:33 PST
While I do understand that this blocks the use of this site, that's not what "blocker" means for us. Changing severity to "critical".
Darin Adler
Comment 5 2006-01-24 22:55:08 PST
Created attachment 5940 [details] patch to fix this by setting up the related target field of events
Maciej Stachowiak
Comment 6 2006-01-25 20:32:59 PST
Comment on attachment 5940 [details] patch to fix this by setting up the related target field of events It is possible to do synthetic mouse moves now in layout tests, so this should include a layout test. Please add a test case.
Darin Adler
Comment 7 2006-01-27 15:39:08 PST
Mouse over and mouse out events do not seem to be sent during layout tests.
Eric Seidel (no email)
Comment 8 2006-01-31 21:20:37 PST
Removing Regression keyword from bugs already fixed.
Lucas Forschler
Comment 9 2019-02-06 09:03:53 PST
Mass moving XML DOM bugs to the "DOM" Component.
Note You need to log in before you can comment on or make changes to this bug.