Looks like I found the answer! I was using an ID to target a div, and it was actually grabbing the clone, instead of the original div. When it went to change the div's content, it no longer existed. To fix this I just made a custom helper with a different ID.
Thanks for your help! On Sep 15, 10:11 pm, Ralph Whitbeck <[email protected]> wrote: > Can you recreate the problem in a stripped down version that doesn't contain > confidential content? > > It would help if we can see some code. > > Thanks, > Ralph > > On Tue, Sep 15, 2009 at 1:33 PM, ballan <[email protected]> wrote: > > > Hi all, > > > I've created a vote system in which users add their votes to a ballot, > > which is then resortable by dragging items up and down the list. > > > It works fine when dragging items down, but breaks in firefox 2 when > > trying to drag an item up the list. It is fine all other browsers (IE > > 6-8, Firefox 3, Safari 3) . All the other items move down as they > > should, but original div (which should change to contain the text from > > the div above it) remains the same. I added an alert at the very end > > of the function which handles the dragstop event, and it's showing the > > correct content. It appears something is happening after that event > > which returns the data back to the original state. > > > Has anyone encountered this before, or have any ideas? > > > I would provide some code samples, but there are confidentiality > > issues. > > > Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" 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/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
