Closed
Bug 1432158
Opened 7 years ago
Closed 7 years ago
[Wayland] Don't disable multidevice support
Categories
(Core :: Widget: Gtk, enhancement, P2)
Tracking
()
RESOLVED
FIXED
mozilla60
Tracking | Status | |
---|---|---|
firefox60 | --- | fixed |
People
(Reporter: stransky, Assigned: stransky)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
We had to disable XI2/multidevice support in bug 1170342 due to focus and scrolling related issues. Wayland is not affected by this so we should enable it there.
Assignee | ||
Updated•7 years ago
|
Summary: [Wayland] Don't disable multidevice support on GTK3 → [Wayland] Don't disable multidevice support
Assignee | ||
Comment 1•7 years ago
|
||
After some investigation I found that gdk_disable_multidevice() is ignored on Wayland backend, so when we run on Wayland we always have multidevice support. Let's update the sources with that info at least.
Comment hidden (mozreview-request) |
Comment 3•7 years ago
|
||
mozreview-review |
Comment on attachment 8944403 [details] Bug 1432158 - Update comment for gdk_disable_multidevice() call on Wayland backend, https://reviewboard.mozilla.org/r/214606/#review220442
Attachment #8944403 -
Flags: review?(jhorak) → review+
Pushed by stransky@redhat.com: https://hg.mozilla.org/integration/autoland/rev/254bb1dceb22 Update comment for gdk_disable_multidevice() call on Wayland backend, r=jhorak
Comment 5•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/254bb1dceb22
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
You need to log in
before you can comment on or make changes to this bug.
Description
•