[Webkit-unassigned] [Bug 28333] New: copying text inside input element to content-editable region adds white-space: pre

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 14 17:41:51 PDT 2009


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

           Summary: copying text inside input element to content-editable
                    region adds white-space: pre
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: eric at webkit.org, justin.garcia at apple.com,
                    ojan at google.com, jparent at google.com


Copy any text from input element to content-editable region, WebKit adds
"white-space: pre" style to the text.

Reproduction steps:
1. Go http://www.mozilla.org/editor/midasdemo/
2. Go HTML source mode, and put <input>
3. Go back to WYSIWYG mode, and type something in the input element.
4. Copy & paste what you typed in the element to outside.
5. "white-space: pre" is added to this text.  Check it on HTML source mode.

This bug causes major websites such as Gmail to include "white-space: pre" in
outgoing e-mails.

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