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

Picker change its value at random on Safari #4264

Open
jmarceli opened this issue Apr 16, 2024 · 0 comments
Open

Picker change its value at random on Safari #4264

jmarceli opened this issue Apr 16, 2024 · 0 comments

Comments

@jmarceli
Copy link
Contributor

jmarceli commented Apr 16, 2024

Describe the bug

After a few clicks to open and close Picker its values are changing at random without user interaction.
It happens more frequently in case of multi-column pickers but it can also appear in single-column case.

To Reproduce

  1. Open Safari browser
  2. Go to official docs page https://framework7.io/docs/picker
  3. Click on the picker from "2 values and 3d-rotate effect" example
  4. Click away to close the picker
  5. Repeat 2. and 3. couple times
  6. See picker value changing without any direct user interaction with the picker

Expected behavior

Picker value should not change without user interaction

Actual Behavior

Picker value is randomly changing

Screenshots

picker-safari-bug.mov

Additional context

It doesn't exist in Chromium-based browsers, it is happening only in Safari. I didn't do any tests in Mozilla.
Based on my own investigation is seems that change event is triggered together with opening the Picker. This event seems to be never triggered in Chromium browsers.

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