[Webkit-unassigned] [Bug 79305] New: REGRESSION(r99076): WebKit pastes the trailing newline into a single-line text field

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 22 16:53:11 PST 2012


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

           Summary: REGRESSION(r99076): WebKit pastes the trailing newline
                    into a single-line text field
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: HasReduction, InChromiumBugs, NeedsRadar
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: tony at chromium.org, tkent at chromium.org,
                    enrica at apple.com


Created an attachment (id=128334)
 --> (https://bugs.webkit.org/attachment.cgi?id=128334&action=review)
demo

Reproduction steps:
1. Open the attachment
2. Select all in textarea
3. Copy
4. Paste in input

Expected result:
See "abc def " in the text field

Actual result:
Get "abc def\n" in the text field

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