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

Tab focus handling #12

Open
schnepe2 opened this issue Apr 25, 2017 · 1 comment
Open

Tab focus handling #12

schnepe2 opened this issue Apr 25, 2017 · 1 comment

Comments

@schnepe2
Copy link

schnepe2 commented Apr 25, 2017

The Tab (-keyboard) handling does not work as expected.
Most prominent "issue" when used with e.g. Confirm Dialog/Window.
To reproduce, just go to the Demo Site and
"tab" to the Confirm button,
open the Dialog (via <Space> or <Enter>)
..and try to select either "Yes" or "No" button via <Tab>

I've had a similar issue once ago and I think I had to "steal" the focus on opening of the dialog/window and then "restore" the previous one on closing. This might be a bit more complicated for the "chained" dialogs/windows...

@cboulanger
Copy link
Owner

cboulanger commented Apr 25, 2017

The focus is "stolen" and "returned" as you suggest, but the problem is that the widget is not the "root" of focus and tabs (see qx API). I have asked on the qooxdoo gitter chat for some guidance on how to solve this issue.

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

2 participants