[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
Tue Aug 30 23:09:21 PDT 2011


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





--- Comment #15 from Ryosuke Niwa <rniwa at webkit.org>  2011-08-30 23:09:20 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
> +static String textInShadowTree(HTMLElement* innerText)

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.

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