Closed Bug 147087 Opened 24 years ago Closed 24 years ago

DHTML menu javascript not working when mouse moves over overflow: auto; div underneath

Categories

(Core :: Layout, defect, P4)

defect

Tracking

()

RESOLVED DUPLICATE of bug 125386
Future

People

(Reporter: joeljkparker, Assigned: attinasi)

References

()

Details

Attachments

(1 file)

From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0rc3) Gecko/20020523 BuildID: 2002052306 When you move your mouse over the Games menu at the top of the page, a menu drops down. When you move your mouse over the Software link, another menu pops out. When you move your mouse over the first two links in that menu, everything is fine. When you move your mouse below the second link, however, the menu disappears. This is also the precise spot where the underlying div with overflow: auto; begins. Reproducible: Always Steps to Reproduce: 1. Move mouse over Games menu 2. Move mouse over Software link 3. Move mouse over third link in popout box Actual Results: Menu disappears Expected Results: Menu should have stayed visible Spot where mouse tracking fails is exact spot that underlying div with overflow: auto; begins
Chances are that script is reacting to all mouseout events without looking at their target....
Keywords: qawanted
Changing QA Contact
QA Contact: petersen → amar
Confirming the bug and setting the priority.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P4
Target Milestone: --- → Future
Blocks: 113492
Is there some kind of workaround for this? I'd like to keep the overflow: auto div element, if possible, and still keep the DHTML menus. Are they mutually exclusive at this point?
Joel, could you possibly construct a smaller testcase? (eg only one menu, no other content, not nested menu)? Either the mouseout event is being dispatched incorrectly or the code on the page is treating it wrong, but there is so much going on that I can't usefully tell which is the case...
Attached file testcase —
OK, I see that on Linux too... looks like moving over something with a view causes a mouseout on the menu?
Keywords: qawanted
OS: Windows XP → All
Hardware: PC → All
Known bug. I can't remember the number but it's a bug in the event state manager...
Robert O'Callahan: > I can't remember the number but it's a bug in the event > state manager... bug 125386 ?
YEAH! That's it! thanks :-) *** This bug has been marked as a duplicate of 125386 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
No longer blocks: 113492
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: