Skip to content
This repository has been archived by the owner on Jan 29, 2021. It is now read-only.

codegen: selector won't get updated after Tab press #28

Closed
mxschmitt opened this issue Sep 3, 2020 · 1 comment
Closed

codegen: selector won't get updated after Tab press #28

mxschmitt opened this issue Sep 3, 2020 · 1 comment

Comments

@mxschmitt
Copy link
Member

mxschmitt commented Sep 3, 2020

<input id="1" placeholder="1" />
<input id="2" placeholder="2" />

Test case:

  • go into element #1
  • press tab
  • type something

Expected result:
Page fill with the #2 element

Actual result:
Page fill with the #1 element

Relates #21

@pavelfeldman
Copy link
Member

Fixed

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

No branches or pull requests

2 participants