[Webkit-unassigned] [Bug 38437] New: Is editing/pasteboard/5761530-1.html correct?

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 2 08:27:21 PDT 2010


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

           Summary: Is editing/pasteboard/5761530-1.html correct?
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: robert at webkit.org


The expected results for editing/pasteboard/5761530-1.html are:

This tests to see that tabs are put into tab spans when they are copied
individually. The pasted tab should be inside of a tab span, not a style span.
To run the test manually, paste and then inspect the editable region, and
ensure that there is a tab span at the beginning of the editable div.

<span class="Apple-tab-span" style="white-space: pre; ">[tab]</span><span
class="Apple-tab-span" style="white-space:pre;">[ws]</span>xxx

where [tab] is a tab, and [ws] is a single space.

On Qt, the result is:


This tests to see that tabs are put into tab spans when they are copied
individually. The pasted tab should be inside of a tab span, not a style span.
To run the test manually, paste and then inspect the editable region, and
ensure that there is a tab span at the beginning of the editable div.

<span class="Apple-tab-span" style="white-space: pre; ">[tab]</span><span
class="Apple-tab-span" style="white-space:pre;">[tab]</span>xxx

Isn't this more correct? If copying a span wouldn't you expect the tab to be
copied as a tab, rather than replaced with a single space?

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