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

Checkboxes in file listing are not tab-selectable on Safari #86

Open
bosschaert opened this issue Mar 20, 2024 · 1 comment
Open

Checkboxes in file listing are not tab-selectable on Safari #86

bosschaert opened this issue Mar 20, 2024 · 1 comment
Assignees
Labels

Comments

@bosschaert
Copy link
Contributor

Expected Behaviour

Using the Tab key I should be able to select the checkbox in the file-listing view so that I can then select it using the spacebar.

The correct behaviour can be seen here on Firefox:
Screenshot 2024-03-20 at 10 54 53

Actual Behaviour

On Safari (webkit) this doesn't work.

Reproduce Scenario (including but not limited to)

Just press the Tab key in this view on Safari.

Steps to Reproduce

There is a playwright test that reproduces the problem.

Once the playwright tests are merged (#85), it can be observed by running

cd e2e_test
npx playwright test --project=webkit
...
1 failed
    [webkit] › editor.spec.js:53:1 › Create Delete Document
@auniverseaway
Copy link
Member

Marking this as MVP since it's blocking #84 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants