You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Click on the picker from "2 values and 3d-rotate effect" example
Click away to close the picker
Repeat 2. and 3. couple times
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.
The text was updated successfully, but these errors were encountered:
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
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.The text was updated successfully, but these errors were encountered: