Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Select multiple on IE9 #3947

Closed
corradolab opened this issue Mar 31, 2012 · 5 comments
Closed

Select multiple on IE9 #3947

corradolab opened this issue Mar 31, 2012 · 5 comments

Comments

@corradolab
Copy link

Hi,

using a select multiple on IE9, it is not possible to select any item.
Clicking the blue button should drop down the options list, but no list appears.
Clicking first time make the first option appear inside the blue button.
Clicking second time make the second option appear.
Further clicks have no effect.

Everything works correctly using data-native-menu="false".

jquerymobile 1.0.1

Regards,
Corrado

@corradolab
Copy link
Author

Also, like on Android, the first option is automatically displayed inside the blue button when the page is first loaded, even if no option items is selected.

Regards,
Corrado

@jaspermdegroot
Copy link
Contributor

@corradolab - Can you please provide a test page so it's is a bit more clear what you mean by "the blue button" etc.. Here is a template that you can use: http://jsbin.com/otepum/edit#html . Thanks!

@corradolab
Copy link
Author

Sure, here it is.
http://jsbin.com/otepum/33

Regards,
Corrado

@corradolab
Copy link
Author

As noted in the above example, jquerymobile 1.1.0 fails to load select multiple with no options selected, while 1.0.1 loaded but selected automatically the first option (which is questionable).

Regards,
Corrado

@jaspermdegroot
Copy link
Contributor

hi @corradolab

Thanks for the test page.

Multiple selects with native select menu is not supported. So you have to use a custom menu for that.
You can read the reason why in the answer on the issue you opened earlier about the same topic: #3946

Here is an example of a native select menu and a custom multiple select menu: http://jsbin.com/icefum/ (JQM version 1.1)

I don't see a problem in there on the browsers you mentioned so I am going to close this issue. If I missed something and you still see a bug, feel free to comment so we can reopen.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants