IE chokes with Ajax.updater on a table
Tuesday, August 29th, 2006For some time now, I have had a weird bug concerning an Ajax updater script in a Rails application. The updater worked with Firefox but not with Internet Explorer (IE).
Yesterday I finally figured out IE can only update div or span elements, when I came across this message on the Rails list. I was trying to update a table instead.
After wrapping the table in a div, and updating that div, everything worked.
Would be nice if this would have been documented in Prototype or the script.aculo.us scripts though.