[Webkit-unassigned] [Bug 12318] New: Paste of lines of plain text always surrounds in <div> tags, no other options

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 18 12:00:05 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12318

           Summary: Paste of lines of plain text always surrounds in <div>
                    tags, no other options
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dwood at karelia.com


To reproduce:

0. Launch Blot_editableDiv_showSource, my modified version of "Blot" available
from <http://dan.karelia.com/webkit/Blot_editableDiv_showSource.zip> with
DYLD_FRAMEWORK_PATH pointing to TOT.  (I'm using r18941)

1. Copy out some plain text (not attributed text) from a plain text editor with
several lines, e.g.

this is line one
this is line two
this is line three

2. Click in the top panel
3. Paste

Results: The HTML of the editable div contains:
<div>this is line one</div><div>this is line two</div><div>this is line
three</div>

Expected: I need to have the ability to indicate whether the text is to be
marked up like that, or to be lines separated by <br />, or enclosed in <p>
tags -- We need to have some way to have that option in the HTML that is
generated.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list