Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mac: CellClick/CellDoubleClick should respect Handled property #2028

Merged

Conversation

cwensley
Copy link
Member

@cwensley cwensley commented Sep 3, 2021

Also fix UnitTestPanel so double clicking a test won't be done in an event tracking loop.

This caused problems with tests such as ApplicationTests.RunIterationShouldAllowBlocking. Since it was draining the event loop in that test, it would get stuck in the TreeGridView mouse event as AppKit is waiting for the MouseUp but never getting it. Afterwards all other clicks would be run one event behind and mess up all UI interaction.

Also fix UnitTestPanel so double clicking a test won't be done in an event tracking loop
@cwensley cwensley added the bug label Sep 3, 2021
@cwensley cwensley added this to the 2.6.0 milestone Sep 3, 2021
@cwensley cwensley merged commit 16405a0 into picoe:develop Sep 3, 2021
@cwensley cwensley deleted the curtis/mac-fix-unittest-tracking-loop branch September 3, 2021 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant