Closed
Bug 197457
Opened 22 years ago
Closed 20 years ago
Mozilla will not concede focus to applications on other x screens if top-bar pulldown menus are open
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: cymeria, Assigned: saari)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3a) Gecko/20021212
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3a) Gecko/20021212
There is a consistently reproducible problem with event handling in Mozilla. I
should be able to refocus to any application on any x screen when a menu pop-up
is open, and for now, I can't.
Reproducible: Always
Steps to Reproduce:
1. Open mozilla
2. Open some other application on another X screen
3. In mozilla, click any of the 'File', 'Edit', 'View', 'Go' menus on the top bar
4. Move mouse cursor to another X screen, click on an application there
Actual Results:
Unlike other applications, if this process is performed with Mozilla, the pop-up
menu will not disappear and it is impossible to refocus to applications on
another x screen without clicking first somewhere on the screen in which mozilla
runs. The pop-up stays open.
Expected Results:
Instead, clicking anywhere on any x screen, instead of within the pop-up window
itself, should cause the window to disappear, allowing refocus to occur.
Currently, this will only happen if clicking is done on the x screen within
which Mozilla runs.
My setup for multiple x screens is as follows:
Using the NVidia nview hardware, NOT in twinview mode, but as separate x screens
on separate devices:
Section "ServerLayout"
Identifier "layout1"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" LeftOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Device"
Identifier "nvidia0"
Driver "nvidia"
BoardName "NVidia GeForce4 MX"
VideoRam 65536
BusID "PCI:01:0:0"
EndSection
Section "Device"
Identifier "nvidia1"
Driver "nvidia"
BusID "PCI:01:0:0"
Screen 1
EndSection
Comment 1•20 years ago
|
||
Marking as works for me
Tested with Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b) Gecko/20050302
running JDS Release 2
Used xeyes to test
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 2•20 years ago
|
||
No specific bug / patch referenced as a fix.
-> WORKSFORME
Status: RESOLVED → UNCONFIRMED
Resolution: FIXED → ---
Updated•20 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago → 20 years ago
Resolution: --- → WORKSFORME
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
•