Once you've reached an horizontal tab link through keyboard navigation, there's no way to move out of the link.
Steps to reproduce:
- Create an horizontal tab widget
- Use the key to navigate through the page and reach the first tab
- Try to use again to reach the next tab, and realize you're stuck. Shift tab won't move you back either
Attaching a patch to fix this soon.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3022652-2-horizontal-tab-keyboard.patch | 636 bytes | DeFr |
Comments
Comment #2
DeFr commentedFix this by only calling e.preventDefault() when there's actually a good reason too.
Comment #3
larowlanComment #5
nils.destoop commentedThx for the patch, I committed it to dev