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

Scrolls to the top of the page when focused on some select element #2689

Closed
ShebangDog opened this issue Apr 17, 2024 · 0 comments · Fixed by #2695
Closed

Scrolls to the top of the page when focused on some select element #2689

ShebangDog opened this issue Apr 17, 2024 · 0 comments · Fixed by #2695
Labels

Comments

@ShebangDog
Copy link

Describe a bug.

Steps to reproduce:

  1. add SelectElement (following html) to /index.html
  2. start development server with yarn && yarn dev
  3. access http://localhost:3303 on iOS 16.2 - safari
  4. scroll to the select element (note: do not touch any element other than select)

SelectElement

<label for="pet-select">Choose a pet:</label>
<select name="pets" id="pet-select">
  <option value="">--Please choose an option--</option>
  <option value="dog">Dog</option>
  <option value="cat">Cat</option>
  <option value="hamster">Hamster</option>
  <option value="parrot">Parrot</option>
  <option value="spider">Spider</option>
  <option value="goldfish">Goldfish</option>
</select>

Expected behavior:
open select menu

Screenshots:

Simulator.Screen.Recording.-.iPhone.13.-.2024-04-17.at.17.40.02.mov

Device, Browser, OS:

iPhone 13, safari, 16.2

Editor.js version: next

Plugins you use with their versions:

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

Successfully merging a pull request may close this issue.

1 participant