[Webkit-unassigned] [Bug 65738] Search field causes problems by -webkit-user-modify:read-write

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 4 19:45:55 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=65738





--- Comment #2 from Ryosuke Niwa <rniwa at webkit.org>  2011-08-04 19:45:55 PST ---
I mean the problem is that inputType's are holding onto nodes that have been removed from the document, and RenderTextControlSingleLine is blowing up because it assumes that they have renderer (which they have also when they were removed from the document).

The only way we could prevent this crash is if we either detected those cases where buttons were edited by the user and we have to ignore them in RenderTextControlSingleLine or editing code became aware of nodes that may be special for input types and avoided deleting/moving them.

I don't think the latter is realistic in that there are so many places this could happen.  The former is possible but I don't think it's really worth the effort because there are so many places where we depend on the existence of those nodes.

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



More information about the webkit-unassigned mailing list