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)
Core
Layout
Tracking
()
RESOLVED
DUPLICATE
of bug 125386
Future
People
(Reporter: joeljkparker, Assigned: attinasi)
References
()
Details
Attachments
(1 file)
|
1.51 KB,
text/html
|
Details |
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
Comment 1•24 years ago
|
||
Chances are that script is reacting to all mouseout events without looking at
their target....
Keywords: qawanted
Comment 3•24 years ago
|
||
Confirming the bug and setting the priority.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P4
Updated•24 years ago
|
Target Milestone: --- → Future
| Reporter | ||
Comment 4•24 years ago
|
||
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?
| Reporter | ||
Comment 5•24 years ago
|
||
Changed the URL field...
Comment 6•24 years ago
|
||
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...
| Reporter | ||
Comment 7•24 years ago
|
||
Comment 8•24 years ago
|
||
OK, I see that on Linux too... looks like moving over something with a view
causes a mouseout on the menu?
Known bug. I can't remember the number but it's a bug in the event state manager...
Comment 10•24 years ago
|
||
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
You need to log in
before you can comment on or make changes to this bug.
Description
•