[Webkit-unassigned] [Bug 141949] New: Web Inspector: Right/Left arrow no longer works in console to expand/collapse ObjectTrees

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 23 19:48:51 PST 2015


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

            Bug ID: 141949
           Summary: Web Inspector: Right/Left arrow no longer works in
                    console to expand/collapse ObjectTrees
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: joepeck at webkit.org
                CC: graouts at webkit.org, joepeck at webkit.org,
                    jonowells at apple.com, mattbaker at apple.com,
                    nvasilyev at apple.com, timothy at apple.com,
                    webkit-bug-importer at group.apple.com

* SUMMARY
Right/Left arrow no longer works in console to expand/collapse ObjectTrees.

* NOTES
UserInterface/Views/LogContentView.js _leftArrowWasPressed/_rightArrowWasPressed are reaching into the DOM to get "Sections" instead of using model objects.

    // FIXME: This no longer works with ObjectTrees. This should be smarter and not reach into the DOM.
    var outlineSection = currentMessage.querySelector(".console-formatted-object > .section");
    if (outlineSection)
        outlineSection._section.collapse();

Ideally this would go through ConsoleMessage -> if ObjectTree -> expand/collapse

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150224/b1b467e4/attachment-0002.html>


More information about the webkit-unassigned mailing list