Skip to content

eventcontroller: Fix crossing event scopes

Matthias Clasen requested to merge matthiasc/for-master into master

We want to deliver crossing events to controllers with scope same-native as long as at least one of the targets is on the same native. As a new approach, treat out-of-scope targets like NULL, and deliver crossing events as long as one of the targets is not NULL.

This fixes cases of mysteriously not delivered focus events when opening popovers that we've seen on and off.

Merge request reports