[Webkit-unassigned] [Bug 66241] Crash when inserting text with a trailing newline into a textarea via JS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 31 00:17:26 PDT 2011


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





--- Comment #16 from Kent Tamura <tkent at chromium.org>  2011-08-31 00:17:25 PST ---
(From update of attachment 105744)
View in context: https://bugs.webkit.org/attachment.cgi?id=105744&action=review

>> Source/WebCore/html/HTMLTextFormControlElement.cpp:465

> 
> This function is basically RenderText::text(). I should probably move it from RenderTextControl to HTMLTextFormControlElement because there's no reason it should live in RenderTextControl anymore.

I agree moving RenderTextControl::text().

BTW, the name "textInShadowTree()" sounds implementation-dependent.  I prefer "textInEditableElement()", "editingValue()", or something.

-- 
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