Skip to content
Commit 4c18dc46 authored by Noah Davis's avatar Noah Davis 🌵
Browse files

Fix quitting Spectacle with Escape affecting windows below it

Previously, if you pressed Escape to close Spectacle when a fullscreen
video in Firefox was underneath, the release of Escape would also cancel
the fullscreen state of the video. Basically, Spectacle was no longer
there to accept the Escape release event, so it went to Firefox.

I think this is fundamentally an upstream issue in Qt, KWin or X11
(intentional or not), but we're fixing it here because we can. What and
where the correct upstream behavior should be is also a complex and
highly debatable topic.

BUG: 428478


(cherry picked from commit 2af57799)
parent 31cc07eb
Pipeline #377892 passed with stage
in 2 minutes and 5 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment