Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix shift+tab behavior to move to toolbar when the preceding block ha…
…s a form element There was a bug in the tab navigation that allowed tabbing between form elements within a block. Shift + tab in this instance should move to the preceding tabbable element within the current block. However, it wasn't checking if the preceding form element was _within_ the current block, so when at the block boundary, a shift+tab would move to the preceding block's form element rather than the block toolbar. This changes the behavior to constrain the form elements _within the selected block_ and only handle shift+tab or tab if the element being tabbed to is within the current block.
- Loading branch information