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
{{ message }}
This repository was archived by the owner on Dec 25, 2024. It is now read-only.
On Mac OSX, WKWebView doesn't focus links or buttons when pressing the tab key. It only gives focus to text inputs (unless "fullKeyboardAccessEnabled" is turned on in system prefs).
This isn't a bug with DeskGap, but it's a really unfortunate consequence of WebKit design decisions. Edge, Firefox, Chrome and Electron all give tab focus to links by default. Arguably most developers (and most users as well) will be surprised and frustrated by this, so it would be a nice experience for DeskGap to patch the tab key behavior.
The text was updated successfully, but these errors were encountered:
mkaemmerer
changed the title
Inconsistent tab key behavior
(OSX) Inconsistent tab key behavior
Apr 27, 2020
# for freeto subscribe to this conversation on GitHub.
Already have an account?
#.
On Mac OSX, WKWebView doesn't focus links or buttons when pressing the tab key. It only gives focus to text inputs (unless "fullKeyboardAccessEnabled" is turned on in system prefs).
This isn't a bug with DeskGap, but it's a really unfortunate consequence of WebKit design decisions. Edge, Firefox, Chrome and Electron all give tab focus to links by default. Arguably most developers (and most users as well) will be surprised and frustrated by this, so it would be a nice experience for DeskGap to patch the tab key behavior.
The text was updated successfully, but these errors were encountered: