Sigh...what fun. I resolved my issue. It had to do with an accidental typo in the script that generates my fields, so that there was a duplicate of two sections of about 20 elements. Each of those elements were duplicated, and their ids were duplicated. This explains it pretty well.
The reason the demo page at script.aculo.us demonstrates the same behavior is that they use the id "editme" in numerous page sections. Apparently Firefox ignores this, IE and Safari do not. Thanks, John -- Posted via http://www.ruby-forum.com/. _______________________________________________ Rails-spinoffs mailing list [email protected] http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
