[Webkit-unassigned] [Bug 14569] Repro crash due to saved state not being cleared when select and textarea elements are adopted by another document

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


http://bugs.webkit.org/show_bug.cgi?id=14569


mitz at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #15461|                            |review?
               Flag|                            |




------- Comment #1 from mitz at webkit.org  2007-07-10 00:28 PDT -------
Created an attachment (id=15461)
 --> (http://bugs.webkit.org/attachment.cgi?id=15461&action=view)
Unregister and reregister when moving from one document to another

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?


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list