enthought / enthought/traitsui
Issue with resize events when closing multiple Notebook ListEditor tabs under Qt
Open
ETS Backlog
- Dominant language
- Python
- Stars
- 306
- Forks
- 99
- PR merge metrics
- No merged PRs in 30d
Description
Observed in code that I can't reproduce here: when closing multiple tabs at the same time (eg. when replacing the entire list) with certain editors, we get crashes.
What we think we are observing is that there is a race condition happening where the first item being deleted generates a resize query (possibly from a new tab being displayed) but the object has been deleted before the resize query is generated.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.