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

iOS Safari/Chrome + Multiselect + Vue 2 #3911

Closed
lauri911 opened this issue Oct 11, 2016 · 4 comments
Closed

iOS Safari/Chrome + Multiselect + Vue 2 #3911

lauri911 opened this issue Oct 11, 2016 · 4 comments

Comments

@lauri911
Copy link

#3852 and #3901 --- Its not over yet.

https://jsfiddle.net/5sjt0jyq/1/

Run this Fiddle on iOS Safari or Chrome and you see at first that "3 items" are selected --- but when you open this select, then 1st item is unselected.
Just click "done" and "3 items" remains.
Open it again (1st item is unselected) and click "done" again --- now "2 items" selected.
Open/close again and "3 items" selected.
Repeat this sequence and "3 items" and "2 items" keep changing without selecting or deselecting anything.

@sqal
Copy link
Contributor

sqal commented Oct 11, 2016

I don't know if these commits fixed the issue, but they're not included in the latest 2.0.1 build. You have to wait until the next release or clone the repo and build Vue by yourself.

@lauri911
Copy link
Author

You are right about it - i tought they was included already in vue.js at dev.
Ok, lets wait next release then.

@yyx990803
Copy link
Member

I tested your fiddle locally, and interestingly, this is a bug in iOS itself: <select multiple> is just messed up. The weird behavior exists even without Vue involved at all.

@lauri911
Copy link
Author

Youre right again :)
Seems that multiselect is some "very special" item in 21st century. And we are waiting for self-driving cars? :)

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

3 participants