Closed
Bug 67145
Opened 24 years ago
Closed 24 years ago
menus disappear with `focus follows mouse'
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
People
(Reporter: thomas.ziegler, Assigned: joki)
References
Details
- With "focus follows mouse" enabled all just opened (pull down and other) menus
disappear after the mouse enters the menus area.
- For normal pull down menus you can handle this just by not releasing the mouse
button after opening the menu by _LeftMouseButton(down). But since you have to
release the button for the context menus' (right click) showing up, I don't know
any way to reach the shown menu points.
If this description is not enough, don't hesitate to contact me.
With my best regards
Thomas
Comment 2•24 years ago
|
||
I don't know about NT, but in Win9x, you need to get TweakUI or a similar tool,
and turn on the "Activation follows mouse" option. With this option turned on,
I was able to duplicate the problem in Win98.
Comment 4•24 years ago
|
||
*** This bug has been marked as a duplicate of 16037 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Summary: menus disappear with focus follows mouse → menus disappear with `focus follows mouse'
Updated•23 years ago
|
QA Contact: madhur → rakeshmishra
Updated•22 years ago
|
QA Contact: rakeshmishra → trix
Updated•6 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
•