The code below works fine in Firefox (Windows), but in IE when I change
the state of one of the checkboxes, and then drag it past the other
one, it reverts to its initial state.
This only affects the one that's actively being dragged.
This might be a problem in prototype's serialization not handling the
distinction between"defaultChecked" and "checked" that's mentioned in
http://channel9.msdn.com/wiki/default.aspx/Channel9.InternetExplorerProgrammingBugs
?
Or is there something else I can be doing to work around this?
Any suggestions welcome.
thanks philipp
<ul id="section1">
<li id="item_1" class="lineitem"><input
type="checkbox" checked="checked"/> This is item 1</li>
<li id="item_2" class="lineitem"><input type="checkbox"/>This is item 2</li>
</ul>
<script type="text/_javascript_">
// <![CDATA[
Sortable.create('section1',{tag:'li',only:'lineitem'});
// ]]>
</script>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs
-~----------~----~----~----~------~----~------~--~---
- [Rails-spinoffs] in IE, checkboxes in sortables beco... Philipp Hanes
- [Rails-spinoffs] Re: in IE, checkboxes in sorta... Christophe Porteneuve
- [Rails-spinoffs] Re: in IE, checkboxes in s... Philipp Hanes
- [Rails-spinoffs] Re: in IE, checkboxes ... Philipp Hanes
- [Rails-spinoffs] Re: in IE, checkbo... Philipp Hanes
