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

Draggable breaks <select> inputs #403

Closed
stephenboyd opened this issue Jun 23, 2016 · 4 comments
Closed

Draggable breaks <select> inputs #403

stephenboyd opened this issue Jun 23, 2016 · 4 comments
Labels

Comments

@stephenboyd
Copy link

stephenboyd commented Jun 23, 2016

On mobile browsers (at least with Chrome 50 on Android 4.4.4), if a Flickity gallery is set to be draggable, <select> inputs within that gallery's cells will not be able to record the user's selection. Sometimes the list of options flickers once as if it were rapidly closing and re-opening.

This problem doesn't happen when draggable is set to be false.

Test case: http://codepen.io/sboyd/pen/pbNqwE

@desandro
Copy link
Member

Thanks for reporting this issue. I wasn't able to reproduce it with Chrome on iOS. I'll have to look on an actual device.

@andredalmolin
Copy link

This is happening to me on Windows 10 and Firefox 47.0.1 on the posted test case. On Chrome is ok.

@michaelbirchler
Copy link

michaelbirchler commented Aug 11, 2016

With firefox 48.0 I on OS-X 10.11.6 I can't event select an <option>. The selected <option> doesn't focus.

@desandro desandro added the bug label Aug 12, 2016
@desandro desandro changed the title Draggable breaks <select> inputs on mobile Draggable breaks <select> inputs Aug 12, 2016
@desandro
Copy link
Member

Flickity v2.0.3 has been released with a fix for this issue in Firefox. Thank you for reporting this bug!

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

No branches or pull requests

4 participants