Open
Bug 1483115
Opened 6 years ago
Updated 2 years ago
Implement Interaction Media Features on GTK X11 backend
Categories
(Core :: CSS Parsing and Computation, enhancement, P3)
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox63 | --- | affected |
People
(Reporter: hiro, Unassigned)
References
Details
Attachments
(1 file)
3.36 KB,
patch
|
Details | Diff | Splinter Review |
I tried to implement it in bug 1035774, but it doesn't work on Ubuntu 18.04 at least. So I will handle it in a separate bug (here).
Attaching patch is what I did, it's just listening 'device-added' and 'device-removed' events for GdkDeviceManager but the event are never fired.
Another attempt I did is to use GdkSeat[1] instead of GdkDeviceManager, but it caused a linker error even if GDK_VERSION_MAX_ALLOWED in old-configure.in is upgraded.
[1] https://developer.gnome.org/gdk3/stable/GdkSeat.html#GdkSeat-device-added
Reporter | ||
Comment 1•6 years ago
|
||
I've decided to defer the implementation for GTK itself here in this bug. The implementation needs some X11 functionalities, I think we need Wayland backend individually.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•