[Webkit-unassigned] [Bug 105355] `cursor` value ignored for canvas:active whose siblings are or contain text nodes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 25 16:21:22 PDT 2013


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


Elisabeth <bethfreeman at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bethfreeman at gmail.com




--- Comment #2 from Elisabeth <bethfreeman at gmail.com>  2013-03-25 16:23:50 PST ---
I can confirm this bug; I've tested on Firefox, Safari and Chrome, and Safari and Chrome exhibit the behavior described by Andy.

canvas {
    /* other properties here */
    cursor: crosshair;
}
canvas.dragging, canvas:active, canvas:focus {
    cursor: crosshair;
}

During the dragging motion, the cursor changes to the text selection cursor despite the CSS properties (shown) defined on the canvas.

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