Closed Bug 1155286 Opened 9 years ago Closed 9 years ago

Mouse scroll not working on inactive window (GTK3)

Categories

(Firefox :: Untriaged, defect)

37 Branch
x86_64
Linux
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1194067

People

(Reporter: sandfox, Unassigned)

References

Details

(Keywords: regression)

User Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:37.0) Gecko/20100101 Firefox/37.0
Build ID: 20150407092624

Steps to reproduce:

Firefox 37.0.1, Fedora 22, KDE Plasma 5.2

1. use mouse scroll over active window
2. use mouse scroll over inactive window


Actual results:

1. content is scrolled
2. nothing happens, content is not scrolled



Expected results:

content is scrolled in both cases

in x11 scroll event is triggered on the control under the mouse cursor regardless of the parent window state
Does not apply to Firefox 37 on Fedora 21

Firefox rpm spec contains

# Build for Gtk3?
%if 0%{?fedora} <= 21
%define toolkit_gtk3      0
%else
%define toolkit_gtk3      1
%endif

so I guess it's a GTK3 issue
Summary: Mouse scroll not working on inactive window (Linux X11) → Mouse scroll not working on inactive window (GTK3)
Blocks: 1186003
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Keywords: regression
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.