Closed
Bug 184077
Opened 22 years ago
Closed 20 years ago
Sub menu hides if cursor touches div with overflow property
Categories
(Core :: DOM: Events, defect)
Core
DOM: Events
Tracking
()
RESOLVED
DUPLICATE
of bug 234788
People
(Reporter: Peter.Thomassen, Assigned: bryner)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3a) Gecko/20021207
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3a) Gecko/20021207
When you open a sub menu by touching a menu item and then move your cursor left,
the submenu will hide if you have reached the content div.
The problem is that this div uses the CSS property overflow: auto; which you
can easily see in any longer text, such as in
http://www.riemenschneider-gymnasium.de/?uid=efcc5ef93d146ae50c3586a7495f5a13.
There's another nice effect if you do a print preview of this page, but I think
it's the same bug.
Reproducible: Always
Steps to Reproduce:
1. Go to http://www.riemenschneider-gymnasium.de/
2. Open a sub menu
3. Move left
Actual Results:
The sub menu hides.
Expected Results:
The sub menu should be shown as IE etc. do.
The same way to get a sub menu is used at http://www.assistance4all.de/ and
http://www.st-josef-grombuehl.de/, and there it works fine using Windows.
On Linux machines, the sub menus at http://www.assistance4all.de/ are not
correct, too, i.e. on some machines the sub menu is shown, and on some machines
it is not.
I have not discovered the difference between these machines yet.
Reporter | ||
Updated•22 years ago
|
Summary: Sub menu hides if cursor touches div → Sub menu hides if cursor touches div with overflow property
![]() |
||
Comment 1•22 years ago
|
||
This is a dup of the bug on OS-level widgets triggering mouse out/over events...
Whiteboard: DUPEME
Reporter | ||
Comment 2•22 years ago
|
||
Hi there,
what does the new status mean?
Peter
Reporter | ||
Comment 4•22 years ago
|
||
Are there any plans when the bug is going to be fixed?
Thanks!
Peter
Comment 5•22 years ago
|
||
Bryner, would you be able to look at this? If not, pass this back to me.
Assignee: dom_bugs → bryner
Status: UNCONFIRMED → NEW
Component: DOM HTML → DOM Events
Ever confirmed: true
OS: Windows XP → All
Hardware: PC → All
Comment 7•20 years ago
|
||
*** This bug has been marked as a duplicate of 234788 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•