[Webkit-unassigned] [Bug 30116] WebCore::InsertLineBreakCommand::shouldUseBreakElement ReadAV at NULL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 7 17:19:31 PDT 2010


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





--- Comment #10 from Tony Chang (Google) <tony at chromium.org>  2010-06-07 17:19:29 PST ---
Ok, I changed my mind.  I think we should try to always allow the text input to happen.  If the site wants to not allow the text input, they can preventDefault the event.  This version of the patch allows a line break to be inserted if there is no selection and the textarea is hidden.  It doesn't change the behavior that if there is a selection, pressing enter won't insert a line break but it will delete the selected text.  This seems like a bug, but can be fixed separately (although it's not obvious to me how to do that).

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