jupyterlab/lumino

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

Opened this issue · 0 comments

  • shift+tab returns to the active tab
  • tab navigation works after reordering the dock panels

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 #612 (comment)