I'm having strange problems with 1.6's RC + RJS on edge[1] when I use replace or replace_html from rjs.
For example, with http://pastie.caboo.se/93687 , the replaced row of the table gets deleted :-/ If I copy and paste the generated javascript into firebug's console, the row gets deleted too *sigh* I had another action that replaced all the <tr>s on the tbody using rjs and it replaced them for [object Text]. Same happened when I tried to insert_html to the bottom of that tbody, it inserted [object Text] instead of the rendered partial. I'm *almost* sure this problem is with Prototype, although I haven't been able to reproduce it outside of this app. But I tried using ejs instead of rjs and the same problems happened. x_x Best, Nicolas [1]: both with r7360 and r7405 --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
