Closed
Bug 296189
Opened 21 years ago
Closed 21 years ago
onmouseover of an underlying scrollable box overrides the onmouseover of an item that covers it
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 125386
People
(Reporter: sandor.miglecz, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; hu-HU; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; hu-HU; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
I have created a cascading menu in dhtml (looks like file menu). It consists of
absolutely positioned tables, and their onmouseover causes their child elements
to be visible or hidden.
The problem is that if a child element covers a scrollable box (div [width css
overflow:scroll], or a scrollable iframe), when the mouse moves to the position
of the menu item which is over the scrollable box, the menu item's onmouseout
event gets triggered, and so, the menu gets hidden, meanwhile it should stay
visible.
Reproducible: Always
Steps to Reproduce:
follow the details, and check the given URL
Actual Results:
the above table hides
Expected Results:
the table shouldn't hide
| Reporter | ||
Updated•21 years ago
|
Version: unspecified → 1.0 Branch
Comment 1•21 years ago
|
||
*** This bug has been marked as a duplicate of 125386 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•