enthought / enthought/traitsui
TreeEditor word wrap doesn't handle editing of text correctly
Open
type: bug
- Dominant language
- Python
- Stars
- 306
- Forks
- 99
- PR merge metrics
- No merged PRs in 30d
Description
When `word_wrap` is `True` the text is not stored in the model as that means that we can lean on the delegate to render the background safely. That means that the text is not available for the editor so we get an empty editor instead of one populated with the current text.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.