* 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
<rdar://problem/19933075>
Created attachment 255460 [details] [PATCH] Proposed Fix
Comment on attachment 255460 [details] [PATCH] Proposed Fix Clearing flags on attachment: 255460 Committed r185911: <http://trac.webkit.org/changeset/185911>
All reviewed patches have been landed. Closing bug.