Tab management with Wayland on Linux
Categories
(Core :: Widget: Gtk, defect, P3)
Tracking
()
People
(Reporter: haizaar, Unassigned)
References
(Blocks 1 open bug)
Details
Steps to reproduce:
I'm trying FF on Linux Wayland (KDE Plasma 5.23.1 and GNOME 41) and hit a road block with tab management extensions being unable to bring other browser windows to focus. E.g. Tab Manager Pro only works if I select tabs from the current window. Selecting tabs from windows does nothing on either KDE or GNOME. Simply nothing happens on KDE; GNOME displays "Application XYZ is ready..." notification but still the requested windows doesn't come into focus.
Comment 1•3 years ago
|
||
I would've expected bug 1744002 to have fixed this for new enough compositors. Can you attach the output of MOZ_ENABLE_WAYLAND=1 MOZ_LOG=Widget:5 /path/to/firefox
when you reproduce the issue?
Comment 2•3 years ago
|
||
There are two scenarios for focus changes:
- focus change based on user action, i.e. mouse click/button press. We have event time and can use 'present with time' which works on Wayland from beginning (but fixed on Firefox side by Bug 1744503).
- focus change without event (by application itself) - that's implemented by xdg-activation and works ok on new Mutter/KDE (Bug 1692119).
Please attach screencast of the issue so we can try to reproduce it (provide screencast for both X11 and Wayland):
https://fedoraproject.org/wiki/How_to_debug_Firefox_problems?rd=Bug_info_Firefox#Collect_information_for_a_bug_report
Thanks.
Comment 3•2 years ago
|
||
A needinfo is requested from the reporter, however, the reporter is inactive on Bugzilla. Closing the bug as incomplete.
For more information, please visit auto_nag documentation.
Description
•