GDevelop icon indicating copy to clipboard operation
GDevelop copied to clipboard

Tab key breaks mobile focus somewhat

Open PascalLadalle opened this issue 3 years ago • 0 comments

Describe the bug

A forum user reports that using the tab key in some mobile environments (iPad or responsive design testing on computer) breaks some of the focus.

To Reproduce

Steps to reproduce the behavior:

  1. Open the text input example
  2. Open network preview on Chrome with responsive design testing enabled (mobile icon in dev tools)
  3. Type in the first box.
  4. Press tab to move to the second box (on the right).
  5. You are now unable to refocus on the first box. Somehow, the second box remains reachable.

Every click after pressing Tab triggers this error in the console: image

Other details

  • Tested on Win10 and Chrome
  • Tested on GDevelop 139 and 140 and the Web app.

PascalLadalle avatar Sep 03 '22 11:09 PascalLadalle