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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 17 18:30:02 PST 2013


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


Chris Peterson <cpeterson at mozilla.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cpeterson at mozilla.com




--- Comment #7 from Chris Peterson <cpeterson at mozilla.com>  2013-01-17 18:31:49 PST ---
Two interesting differences between -webkit-user-select:none and -moz-user-select:none (and the related -moz-user-select:-moz-none) is the highlighting and copying of text:

* WebKit: CMD+A (or dragging a selection) will highlight the text surrounding a `none` span, but NOT the `none` text.
* Gecko: CMD+A (or dragging a selection) will highlight all text, INCLUDING the `none` text.

* WebKit: CMD+C will copy all text, INCLUDING the `none` text.
* Gecko: CMD+C will copy the text surrounding a `none` span, but NOT the `none` text.

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