Search and Top Navigation
#2930 closed bug (fixed)
Opened May 31, 2008 04:03AM UTC
Closed July 01, 2008 07:34PM UTC
Last modified February 26, 2009 12:15PM UTC
Sortable with radio button
Reported by: | greis | Owned by: | paul |
---|---|---|---|
Priority: | minor | Milestone: | 1.5.1 |
Component: | ui.sortable | Version: | 1.5 |
Keywords: | Cc: | bielmooca@gmail.com | |
Blocked by: | Blocking: |
Description
I have this html to be sortable:
<ul id="attributes">
<li>
Attribute 1 - mandatory: <input type="radio" value="true" name="attribute_1.mandatory" checked="checked"/>Yes <input type="radio" value="false" name="attribute_1.mandatory"/>No
</li>
<li>
Attribute 2 - mandatory: <input type="radio" value="true" name="attribute_2.mandatory" checked="checked"/>Yes <input type="radio" value="false" name="attribute_2.mandatory"/>No
</li>
</ul>
After drop the element, the checked radio button becomes unchecked.
Attachments (0)
Change History (5)
Changed June 01, 2008 11:22PM UTC by comment:1
priority: | major → minor |
---|
Changed June 04, 2008 10:03PM UTC by comment:2
It happens in Firefox, IE 6 doesn't.
Changed June 25, 2008 12:01AM UTC by comment:3
milestone: | 1.5 |
---|---|
version: | → 1.5 |
Changed July 01, 2008 07:34PM UTC by comment:4
resolution: | → fixed |
---|---|
status: | new → closed |
This is fixed in the 1.6 branch (released middle of July).
Changed February 26, 2009 12:15PM UTC by comment:5
milestone: | → 1.5.1 |
---|