-
Notifications
You must be signed in to change notification settings - Fork 9
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
Error: #focusOwner was sent to nil #89
Comments
Same problem on latest Toplo/Bloc commit of today |
Same error when I play with the selection on the lists below : |tabsPanel list1 list2 tab1 tab2| list1 := ToListElement new. list2 := ToListElement new. tabsPanel := ToTabPane new. tab1 := ToTab new. tab2 := ToTab new. tabsPanel add: tab1. |
not not surethat it fixes definitively the issue
Bug when I'm using my application and resizing the window a lot of time.
The list element is inside TabPane, I'm switching between tabs and the bug appears after to open/close/reopen tabs.
Important: my image have this patch (not include in Toplo commit):
The stack:
My config:
The text was updated successfully, but these errors were encountered: