Skip to content

Let the notification take focus when interacted with

David Redondo requested to merge work/davidre/notificationfocus into master

On wayland we need focus to copy to the clipboard. As we don't want the notification to take focus indiscriminately, it listens to mouse events of its children and only accepts focus if it sees a button press. When the cursor leaves the popup again, everything is reset.

BUG:434675

Merge request reports