Skip to main content

Bug Tracker

Side navigation

#2964 closed bug (invalid)

Opened May 30, 2008 03:26PM UTC

Closed May 30, 2008 05:09PM UTC

Sortable with radio button

Reported by: greis Owned by:
Priority: major Milestone: 1.3
Component: core Version: 1.2.5
Keywords: Cc:
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 (1)

Changed May 30, 2008 05:09PM UTC by flesler comment:1

resolution: → invalid
status: newclosed

Please create a new ticket in the UI bug tracker. Thanks.