Opened 10 years ago
Closed 10 years ago
#14827 closed bug (notabug)
Selection / unselection of multiselect options doesn't visually work on iOS
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.11.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
There is <select multiple> element. When I do $('select').val(['OPTION1', 'OPTION2']), visually only the label changes but the ticks stay the same. Here somebody has the same issue http://stackoverflow.com/questions/14853781/select-deselect-dropdown-option-with-js-on-ios-6-x-ipad?rq=1
Change History (7)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Owner: | set to thehappycoder@… |
---|---|
Status: | new → pending |
Does this example have the same behavior? http://jsfiddle.net/dmethvin/Qrawt/4/
comment:4 Changed 10 years ago by
Status: | new → pending |
---|
Have you reported this to Apple? It seems browser specific and not related to jQuery.
comment:5 Changed 10 years ago by
Status: | pending → new |
---|
No, I didn't. But I am afraid it will stay unfixed forever. I just hoped that JQuery had some kind of workaround.
comment:7 Changed 10 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
Unfortunately we don't have very good contacts within Apple to get these things fixed. Can you post a link to your ticket when you get a chance?
For some reason on ipad it opens a new tab when you click on select. But I will post the link anyway. http://jsfiddle.net/Qrawt/2/