Side navigation
#8129 closed bug (fixed)
Opened February 01, 2011 06:19PM UTC
Closed February 01, 2011 11:13PM UTC
Last modified March 13, 2012 02:42PM UTC
Cloning <select multiple> selected items incorrect in IE8
Reported by: | aaronbarker | Owned by: | rwaldron |
---|---|---|---|
Priority: | blocker | Milestone: | 1.5.1 |
Component: | manipulation | Version: | 1.5 |
Keywords: | regression | Cc: | |
Blocked by: | Blocking: |
Description
http://jsfiddle.net/aaronbarker/VSnzy/2/
The selected options are not cloned correctly. Options 2/4/6 should be selected, but in the clone only 6 is selected
This was working in 1.4.4
Attachments (0)
Change History (7)
Changed February 01, 2011 07:32PM UTC by comment:1
component: | unfiled → manipulation |
---|---|
milestone: | 1.next → 1.5.1 |
priority: | undecided → high |
status: | new → open |
Changed February 01, 2011 08:17PM UTC by comment:2
It's due to the order that we call cloneFixAttributes. First we fix the attributes of all the descendants, then we fix the attrs of the parent. After the descendants are fixed everything looks good. However, when fixing the cloned parent it calls clearAttributes; that removes the multiple attribute and only leaves the last selected option standing.
Changed February 01, 2011 08:24PM UTC by comment:3
priority: | high → blocker |
---|
Changed February 01, 2011 08:24PM UTC by comment:4
keywords: | → regression |
---|
Changed February 01, 2011 11:04PM UTC by comment:5
Changed February 01, 2011 11:04PM UTC by comment:6
owner: | → rwaldron |
---|---|
status: | open → assigned |