[webkit-reviews] review requested: [Bug 14569] Repro crash due to saved state not being cleared when select and textarea elements are adopted by another document : [Attachment 15461] Unregister and reregister when moving from one document to another

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 10 00:28:45 PDT 2007


mitz at webkit.org has asked  for review:
Bug 14569: Repro crash due to saved state not being cleared when select and
textarea elements are adopted by another document
http://bugs.webkit.org/show_bug.cgi?id=14569

Attachment 15461: Unregister and reregister when moving from one document to
another
http://bugs.webkit.org/attachment.cgi?id=15461&action=edit

------- Additional Comments from mitz at webkit.org
Another way to do this is to implement
HTMLGenericFormElement::{will,did}MoveToNewOwnerDocument, but I am afraid that
that will require either a registersWithDocument() function like I had in the
first patch for bug 14400 or for HTMLInputElement::didMove... not to call the
base class implementation.

What do you think?



More information about the webkit-reviews mailing list