Closed Bug 118689 Opened 23 years ago Closed 23 years ago

Mouseover navigation menus disappear 1/2 way

Categories

(Core :: DOM: Events, defect)

defect
Not set
critical

Tracking

()

VERIFIED WORKSFORME

People

(Reporter: stephend, Assigned: joki)

References

()

Details

(Keywords: regression)

URL: http://www.msnbc.com Summary: Mouseover navigation menus disappear 1/2 way Build ID: 2002-01-07-03, Windows 2000 **Commercial** build. This only affects the commercial build, but that is because their sniffer code doesn't correctly detect Moz (by using the .family property). Steps to Reproduce: 1. Load http://www.msnbc.com 2. Mouseover 'Technology'. 3. Somewhere 1/2 way through the menu (traversing down it), the DHTML menu will simply disappear. Expected Results: Menu appears, and it open until you mouse away from it. Actual Results: The dynamic menu disappears near 1/2 way through traversing it.
'Technology' isn't a special category, the rest of the categories behave the same way also.
Keywords: nsbeta1
Seems like the image on the bottom of the page is the problem, when you mose over that in a menu (i.e. when the image is behind the menu) the menu goes away. Over to DOM Events. Any investigation on what's special about the image, or something close to the image would be greatly appreciated.
Assignee: jst → joki
Component: DOM Style → DOM Events
QA Contact: ian → vladimire
I see this on my linux build, too, marking OS/Plat -> All.
OS: Windows 2000 → All
Hardware: PC → All
OS: All → Windows 2000
Hardware: All → PC
OS: Windows 2000 → All
Hardware: PC → All
It appears that the problem may be related to the fact that the img which causes the submenu to close has a usemap. Their menu code http://msnbc.com/tools/nm/nmjs02.js uses Event.target for Mozilla and window.event.srcElement for IE. target can be any Node not just an Element for us. Did our behavior with respect to setting target on image maps change since 094? Note that this problem does not appear in Mozilla 0.9.4.2 with a NS6 ua string but does appear in Mozilla 2002-01-11-03/win2k with a NS6 ua string.
Adding nsbeta1 keyword to all regressions so they *get some love* and attention.
This also occurs on http://www.nbcolympics.com/x/f/frame.htm?u=/news/nbcomain_front.asp If we ship another milestone with this bug we should be ashamed...
This bug seems to also cause some major problems on the official Olympics website - bug 120934.
worksforme (this was fixed by bug 120934).
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
verifying on 2002-01-29-03-trunk
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.