Open ryanmish opened 3 days ago
Hello!
The behavior you're observing, where the cursor does not change to SystemMouseCursors.copy
when hovering over the "Text Content One", is due to how pointer events are prioritized in Flutter.
Specifically, child widgets can intercept pointer events, preventing the MouseRegion
cursor from being applied as expected.
This is not a bug but rather an expected behavior based on Flutter's event handling model.
Can we access your project?
Current Behavior
My MouseRegion cursor settings are not being respected when the Child container has an action assigned to it.
Expected Behavior
The MouseRegion cursor should override the default cursor of an on-tap action.
Steps to Reproduce
Reproducible from Blank
Bug Report Code (Required)
IT4Ci8mB34V2pbxJ7qrcacEw+CQsH1whRY00mNVDa0ggHZPLCol/Ps6kUHFWXeGiTAk7L060mTgxp9bMvt7MA+UqH0irQKpz1c1yUzzxQjutVa3XDYe0e3N9J/lJJVzG0J23vRJSH/VpcmQi2EyQOfO8d3TsJ77BCmsFPM6ICNv+jlmqQ0SLb3kNh1JWeC/v
Visual documentation
https://vid.pinpointinteractive.com/conversations/3ee1bc04-c371-5d73-af16-1069a69b58c4
Environment
Additional Information
No response