#14667 closed defect (invalid)
MultiSelect: broken on mobile?
Reported by: | bill | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | Dijit - Form | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
http://download.dojotoolkit.org/release-1.7.1/dojo-release-1.7.1/dijit/tests/form/test_MultiSelect.html on iPhone or iPad shows 0 items in the "first list" and "second list". It should show a bunch of stuff.
Not sure where the error is, possibly it's just a test file problem.
Change History (2)
comment:1 Changed 9 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 9 years ago by
Oh OK, thanks. I didn't realize it was a drop down, since it doesn't show up that way on desktop.
Note: See
TracTickets for help on using
tickets.
I think this is working correctly. On the iPad, the "0 items" means nothing selected in the select list. A touch event will open up the popup and you can select 1 or more items and then 0 items will change to either the single selected item label or an item count.