#2930 closed bug (fixed)
Sortable with radio button
Reported by: | greis | Owned by: | paul |
---|---|---|---|
Priority: | minor | Milestone: | 1.5.1 |
Component: | ui.sortable | Version: | 1.5 |
Keywords: | Cc: | [email protected]… | |
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.
Change History (5)
comment:1 Changed 15 years ago by
Priority: | major → minor |
---|
comment:2 Changed 15 years ago by
comment:3 Changed 15 years ago by
Milestone: | 1.5 |
---|---|
Version: | → 1.5 |
comment:4 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
This is fixed in the 1.6 branch (released middle of July).
comment:5 Changed 14 years ago by
Milestone: | → 1.5.1 |
---|
Note: See
TracTickets for help on using
tickets.
It happens in Firefox, IE 6 doesn't.