[Webkit-unassigned] [Bug 30227] New: Adding drag/drop support to TreeOutline

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 8 11:42:49 PDT 2009


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

           Summary: Adding drag/drop support to TreeOutline
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Enhancement
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pmuellr at yahoo.com
                CC: timothy at hatcher.name, aroben at apple.com,
                    kmccullough at apple.com, joepeck at webkit.org


I'm adding some drag/drop capability for Bug 30079, which ends up needing to be
able to drag TreeOutline elements.  Ideally, you could add drag listeners on a
tree container, and then the listener applies to the children as well.  More
efficient than having to add drag listeners to each child.  This doesn't seem
to be easy to do (adding a listener to the parent), for various reasons, in the
current code path.  It would be much easier if TreeOutline had built-in support
for this.

Additionally, because so much of the Web Inspector UI is built with
TreeOutline, enabling some of the drag/drop behavior in TreeOutline itself
seems like it should make it easier to make a LOT of stuff more easily drag-
and drop-able.

What I'd like to do first is collect some use cases for things we want to
drag/drop support for, that exist today in a TreeOutline.  We can then figure
out what kind of shape we want the API to be.

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