Bug 78966 - Strip CR/LF on paste into textfield
Summary: Strip CR/LF on paste into textfield
Status: RESOLVED DUPLICATE of bug 79305
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-18 10:13 PST by Peter Kasting
Modified: 2012-03-05 12:37 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Kasting 2012-02-18 10:13:41 PST
Copy some text with a trailing newline and paste into any textfield.  The textfield appears to have ignored the paste, but in actuality the paste worked but included the newline as well, so the text isn't visible.  Hit backspace to see what you would have expected.

We should strip CR and LF characters when pasting into textfields.

Assigning to Ryosuke because I'm not sure who owns this stuff and I figure he can triage.
Comment 1 Peter Kasting 2012-03-05 12:37:11 PST

*** This bug has been marked as a duplicate of bug 79305 ***