Cloudef / orbment

Modular Wayland compositor
Other
246 stars 16 forks source link

Firefox’ autocompletion and tooltips put it behind any fullscreen surface #70

Closed linkmauve closed 9 years ago

linkmauve commented 9 years ago

It first creates a new surface in which to draw the menu/tooltip, which is considered a normal window, so this surface steals the focus from Firefox’ main window, and since another window is fullscreen Firefox goes behind it, which removes the menu/tooltip window.

Cloudef commented 9 years ago

Apparently fixed by fixing the focus race condition for Xwayland clients.

Cloudef commented 9 years ago

And reproduced :)