enthought / traitsui

TraitsUI: Traits-capable windowing framework
http://docs.enthought.com/traitsui
Other
297 stars 96 forks source link

Fix TableEditor on wx #1708

Open aaronayres35 opened 3 years ago

aaronayres35 commented 3 years ago

Currently all the tests in test_table_editor.py fail on wx. They are being skipped on #1707 Given that I don't know that we should really be claiming wx support for TableEditor.

Even further, we need to add UITester support for wx TableEditor (once actual support is working) as this was not included in #1707 and is difficult to do / verify it is working when the base support isn't working.

corranwebster commented 3 years ago

The wx table editor relies on a lot of stuff from Pyface, so it is possible that there are issues there.