machawk1 / wail

:whale2: Web Archiving Integration Layer: One-Click User Instigated Preservation
https://matkelly.com/wail
MIT License
345 stars 32 forks source link

Tab order does not work in WASAPI interface to traverse between fields #507

Closed machawk1 closed 3 years ago

machawk1 commented 3 years ago

This comes down to not using a wx.Panel and instead adding the elements to the frame. wxPython's tab traversal code is in Panel so without a panel, the expected behavior will not be exhibited.

machawk1 commented 3 years ago

Above approach, merged into issue-355 (wasapi) branch.