-
-
Notifications
You must be signed in to change notification settings - Fork 674
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
Beeware application crashes when attempting to click and drag item out of toga.Table and toga.Tree #1156
Comments
Thanks for the report! A hard segfault crash definitely isn't the desired behavior, so at the very least there's an error that needs to be caught. |
Some initial investigation work: I thought we might be able to work around this by defining |
@samschott Any chance you have some free time to take a look at this one? I'm not having much luck hunting it down - mostly because there's almost no breadcrumb trail indicating the source of the problem, just a hard segfault as soon as a drag action is detected. |
@freakboy3742, I'll have a look. |
Looks like I was mistaken - the fix is with |
After installing the toga demo file from the toga repository and playing around with it I noticed that when I attempted to click and drag an item in a Tree or Table the app would crash saying 'Python quit unexpectedly.'.
Steps to reproduce the behavior:
Environment:
- Briefcase: 0.3.3
- Toga: Alpha
The text was updated successfully, but these errors were encountered: