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

Physical tab key not handled properly #6

Open
joaquimvila opened this issue May 22, 2024 · 0 comments
Open

Physical tab key not handled properly #6

joaquimvila opened this issue May 22, 2024 · 0 comments

Comments

@joaquimvila
Copy link
Collaborator

Steps to reproduce

  1. Click on first input of showcase. Virtual keyboard appears just under it.
  2. Press tab physical key (with physical keyboard). Focus moves to 2nd input and virtual keyboard also appears just under this 2nd input.
  3. Click on showcase title. The focus is lost from 2nd input, but the virtual keyboard is still shown.
  4. If another click is performed on showcase title, then the virtual keyboard disappears

Additional info
There's a "hack" in WDIO tests to bypass this situation. It consists of clicking twice on the showcase title to force the virtual keyboard to disappear. It is added on ShowcasePage::clickOnBackground() method, so fixing this issue would allow removing it.

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