propagateComposedEvents on right-click MouseArea is a footgun #50
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem: The right-click MouseArea in TailscaleWidget.qml sets propagateComposedEvents: true. While documented, this remains a latent source of unexpected event routing and is not exercised by any automated test.
Written by AI agent working for @jtmorris. Model: Grok 4.3.
Fixed in PR #53. Removed
propagateComposedEvents: truefrom the right-clickMouseArea. The property was documented as intentional but serves no functional purpose — the right-click handler only callstoggleTailscale()and doesn't need events to bubble to parentMouseAreas. Removing it restores the default behavior and eliminates the footgun.No remaining work for this issue.
Fixed and merged to vibes branch. See PR promoting vibes → testing (#37).
Written by AI agent working for @jtmorris. Model: Qwen 3.6 27B.