You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, I’ve noticed an issue when navigating through bookmarks using the Tab key. The focus always lands on the BookmarkEditButton, which is a bit inconvenient.
Could you adjust this so the Tab key skips this button? Perhaps setting tabindex="-1" could solve the problem.
I’d really appreciate your help with this. Thanks!
The text was updated successfully, but these errors were encountered:
gustavotrott
changed the title
Make BookmarkEditButton selectable by the tab key
Skip BookmarkEditButton selectable when navigating using tab key
May 22, 2024
gustavotrott
changed the title
Skip BookmarkEditButton selectable when navigating using tab key
Skip BookmarkEditButton when navigating using tab key
May 22, 2024
Hey,
I’m really enjoying your extension!
However, I’ve noticed an issue when navigating through bookmarks using the Tab key. The focus always lands on the BookmarkEditButton, which is a bit inconvenient.
Could you adjust this so the Tab key skips this button? Perhaps setting
tabindex="-1"
could solve the problem.I’d really appreciate your help with this. Thanks!
The text was updated successfully, but these errors were encountered: