Opened 13 years ago
Closed 13 years ago
#7253 closed defect (fixed)
dijit.form.MultiSelect.addSelected fails in IE 6
Reported by: | songrjx | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | General | Version: | 1.1.1 |
Keywords: | dijit MultiSelect addSelected | Cc: | |
Blocked By: | Blocking: |
Description
While running dojo-release-1.1.1\dijit\tests\form\test_MultiSelect.html, the "<" and ">" buttons that add selected from one list to another does not work in IE6. It works fine in Firefox.
Change History (2)
comment:1 Changed 13 years ago by
Milestone: | tbd → 1.2 |
---|---|
Owner: | changed from anonymous to Douglas Hays |
Status: | new → assigned |
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [14552]) Fixes #7253. The nodes were being transferred but needed to force IE to refresh. Added some code to help scroll the selects appropriately.