[Webkit-unassigned] [Bug 15106] REGRESSION: Can't drag text as element when user-select is set to none

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 19 17:24:21 PDT 2009


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


jberlin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jberlin at apple.com




------- Comment #11 from jberlin at apple.com  2009-06-19 17:24 PDT -------
A temporary workaround:

<span style="-webkit-user-drag: element;" ondragstart="SpanDragHandler()">
<span style="z-index: -1; position: relative; -webkit-user-select: none;">drag
me</span>
</span>

The z-index makes it so that the outer span is hit-tested first.


-- 
Configure bugmail: https://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