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

Prevent drag operations (and thus crash) on macOS TableView #2291

Merged
merged 2 commits into from
Dec 20, 2023

Conversation

freakboy3742
Copy link
Member

macOS TableViews would crash if you initiated a drag operation from within the table's extents. This PR explicitly disables drag operations, thereby preventing the crash.

Fixes #1156.

Explicitly disabling the drag operation.

PR Checklist:

  • All new features have been tested
  • All new features have been documented
  • I have read the CONTRIBUTING.md file
  • I will abide by the code of conduct

@mhsmith mhsmith merged commit de1b76f into beeware:main Dec 20, 2023
35 checks passed
@freakboy3742 freakboy3742 deleted the table-crash branch December 21, 2023 00:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Beeware application crashes when attempting to click and drag item out of toga.Table and toga.Tree
2 participants