As noted here: http://www.quirksmode.org/bugreports/archives/2004/10/moving_checkbox.html IE6 (and presumaby 5, and maybe 7?) reverts checkbox values (and radio buttons?) to the defaultChecked state when they are moved around in the DOM. I''ve needed to work around this issue, since I am building a tool that has sortables that contain checkboxes. So I''ve just assembled the attached ( workarounds.js) first cut at what I''m going to be using. I''m inserting this calls before Workarounds.setupCheckboxMove(element); and this call after Workarounds.wrapupCheckboxMove(element); each call to .insertBefore(...) in onHover in dragdrop.js That addresses my specific issue, but clearly not all possible problems relating to this bug. If anyone has an idea how to do this better, or even whether to do this at all, I''d be interested in hearing about it. Should a fix like this be put in script.aculo.us? It''s a heavy solution to a problem that really probably only very few people will have. The overhead seems unnecessary. On the other hand, if you *do* need it, it''s infuriating to have to come up with the solution from scratch. Just because I''m reasonably good at hackery doesn''t mean I like running code like that. Any thoughts? thanks philipp --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs -~----------~----~----~----~------~----~------~--~---