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

ListStrEditor does not respect auto_add=True when using Qt #174

Open
itziakos opened this issue Aug 5, 2014 · 0 comments
Open

ListStrEditor does not respect auto_add=True when using Qt #174

itziakos opened this issue Aug 5, 2014 · 0 comments

Comments

@itziakos
Copy link
Member

itziakos commented Aug 5, 2014

When using the auto_add=True option an empty item is expected to be visible at the end of the list for the user to edit and append to the list trait that the ListStrEditor edits. However, setting auto_add=True does not look that it has any effect.

To replicate use the example
https://github.com/enthought/traitsui/blob/master/examples/demo/Advanced/ListStrEditor_demo.py

The problematic behaviour is present using qt (pyside) while it is working fine using wxpython

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant