forked from joejulian/gio
e9cb0b326d
When running ActionAt, the router used to only consider the topmost clip area, even if that clip area had no input handlers attached whatsoever. This change updates the logic for that test to use the same traversal as normal event handling, ensuring that action inputs behave intuitively like any other pointer input area. Included is a test catching the problematic behavior that prompted this change. Signed-off-by: Chris Waldon <christopher.waldon.dev@gmail.com>