https://bugzilla.wikimedia.org/show_bug.cgi?id=20221
Splarka <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | --- Comment #3 from Splarka <[email protected]> 2009-08-14 04:20:03 UTC --- (In reply to comment #2) > This is a bug in Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=285730 It is arguable whether it is a bug or "feature". This has been the case going back to Firebird and older Mozilla. If you mess with a form's DOM (I think the simplest case, is to change element names, or add/remove elements), it is no longer the same form, so why should it be treated as such? You'd have the same lack of textarea-memory when creating a dyamic form from scratch in javascript after document load. IMHO, the best solution is to not mess with the form using javascript (or, show/hide existing elements, or if you are needing to be dynamically creating elements, create them *outside* the <form>, then it works fine), then it simply works in Firefox. Remember, Vector is for usability, and if this is "broke" in every current version of Firefox, then it isn't usable. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
