[Webkit-unassigned] [Bug 80159] New: -webkit-user-select:none not respected when copying content

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 2 06:55:12 PST 2012


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

           Summary: -webkit-user-select:none not respected when copying
                    content
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ultr at ultr.pl


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

"-webkit-user-select:none" CSS property is not respected when copying content.


Testcase:

<span>one</span>
<span style="-webkit-user-select:none; -moz-user-select:none;">two</span>
<span>three</span>

When you select the above text and copy it, your clipboard will contain "one two three" instead of "one three".


It works OK in Mozilla Firefox - only elements with no -webkit-user-select:none set are copied.

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