[Webkit-unassigned] [Bug 60503] New: Refactor RenderObject::draggableNode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 9 14:16:10 PDT 2011


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

           Summary: Refactor RenderObject::draggableNode
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dcheng at chromium.org


RenderObject::draggableNode is in an awkward location. I'm trying to refactor the drag start handling, and if I keep the existing structure, I have to add three new functions to EventHandler whose only purpose is to forward calls to three new functions in DragController. Given that, it seems much more sense to move the determination of the node to drag into DragController. I'm also pulling DragState out into its own header so I can share the drag state between EventHandler and DragController in the future.

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