Closed
Bug 627687
Opened 15 years ago
Closed 14 years ago
different behaviour on css menu on linux
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: christian.p, Unassigned)
References
(Depends on 1 open bug, )
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
On the given URL, submenus which are pushed-up for being visible on the screen get hidden on mousemove
Reproducible: Always
Steps to Reproduce:
1.mouse over the last menuitem of the bottom-left menu (Quincaillerie)
2.move to the submenu
3.move up with the mouse
Actual Results:
the sub-menu disappears
Expected Results:
the sub-menu should stay, as it does on windows and osx
same behaviour with last FF4b9
Updated•15 years ago
|
Version: unspecified → 3.6 Branch
Comment 2•15 years ago
|
||
Confirmed on
http://hg.mozilla.org/mozilla-central/rev/6e4fb61ef475
Mozilla/5.0 (X11; Linux i686; rv:6.0a1) Gecko/20110516 Firefox/6.0a1 ID:20110516030622
At least it happens since Firefox3.0.x. on Linux.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•15 years ago
|
||
It works to select sub-menus by mouse if I disabled JavaScript from Preferences
Component: General → Event Handling
Product: Firefox → Core
QA Contact: general → events
Version: 4.0 Branch → Trunk
| Reporter | ||
Comment 4•15 years ago
|
||
If you disable javascript after the page has loaded, it does not work.
FWIK, the javascript is used to adjust css properties on start (sub-menu up or down)
| Reporter | ||
Comment 5•15 years ago
|
||
a friend of mine could reproduce the problem on vista, but not on seven.
I hope it will help.
| Reporter | ||
Comment 6•14 years ago
|
||
It seems it works now, on firefox 12.
On the given URL, the behaviour is correct
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
| Assignee | ||
Updated•7 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•