jupyterlab / lumino

Lumino is a library for building interactive web applications
https://lumino.readthedocs.io/
Other
596 stars 127 forks source link

`Tab` and `Shift+Tab` are moving the focus in strange way in `DockPanel` #618

Open fcollonval opened 11 months ago

fcollonval commented 11 months ago

i'm finding two issues:

  1. i don't always return to the last active tab when I press Shift+Tab after going passed a tab panel. i expect that Shift+Tab will always land me on the active tab.
  2. when i rearrange the tabs, Tab does not always find the most recently active tab in the component.

Originally posted by @tonyfast in https://github.com/jupyterlab/lumino/issues/612#issuecomment-1646378559