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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 18 15:11:29 PST 2012


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

           Summary: `cursor` value ignored for canvas:active whose
                    siblings are or contain text nodes
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P2
         Component: Canvas
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: andy at intelligroup.eu


A small bug that was brought to my attention recently.  When using the `:active` pseudo-class to change the mouse cursor for a canvas element, the cursor will change to the value specified by the `cursor` style while the mouse is pressed over the element.  However, if one or more siblings contain text, the value of `cursor` is overridden and the text selection cursor is shown instead (indicating a value of "text").

The bug manifests whether the siblings follow or precede the <canvas> element, and even when the TextNode is nested several layers (haven't tested large depths).

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