zerolugithub / pythonxy

Automatically exported from code.google.com/p/pythonxy
0 stars 0 forks source link

ETS TraitsUI: ListEditor buttons not working with QT backend #734

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The blue icons that allow to add, remove or move elements in a ListEditor 
stopped working after updating to 2.7.6.0.

To reproduce, run the code at 
https://github.com/enthought/traitsui/blob/master/examples/demo/Standard_Editors
/ListEditor_demo.py

The blue icons are supposed to pop up a menu when clicked, but they just blink. 
This bug happens with the QT backend but not with the WX backend.

Same issue described here:
https://github.com/enthought/traitsui/issues/148

Python(x,y) version 2.7.6.0, ETS version is 4.4.1-6, clean installation, all 
plugins, default options, all users, Win 7 64, run as administrator.

Thanks,
Federico

Original issue reported on code.google.com by federico...@gmail.com on 9 May 2014 at 2:42