Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(OSX) Inconsistent tab key behavior #53

Open
mkaemmerer opened this issue Apr 27, 2020 · 0 comments
Open

(OSX) Inconsistent tab key behavior #53

mkaemmerer opened this issue Apr 27, 2020 · 0 comments

Comments

@mkaemmerer
Copy link

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.

@mkaemmerer mkaemmerer changed the title Inconsistent tab key behavior (OSX) Inconsistent tab key behavior Apr 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant