Bug 133701

Summary: Web Inspector: clicking "Show All Nodes" button throws TypeError
Product: WebKit Reporter: Jonathan Wells <jonowells>
Component: Web InspectorAssignee: Jonathan Wells <jonowells>
Status: RESOLVED FIXED    
Severity: Normal CC: bunhere, cdumez, commit-queue, graouts, gyuyoung.kim, joepeck, sergio, timothy, webkit-bug-importer
Priority: P3 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Test case
none
[PATCH] Fix attempt. none

Description Jonathan Wells 2014-06-10 14:30:26 PDT
Created attachment 232818 [details]
Test case

To reproduce, open attached 501nodes.html and inspect the DOM. Click the "Show All Nodes" button while inspecting the inspector.

[Error] TypeError: null is not an object (evaluating 'window.getComputedStyle(this._listItemNode).getPropertyCSSValue("padding-left").getFloatValue')
	isEventWithinDisclosureTriangle (TreeOutline.js, line 1067)
	treeElementToggled (TreeOutline.js, line 763)
Comment 1 Radar WebKit Bug Importer 2014-06-10 14:31:46 PDT
<rdar://problem/17257964>
Comment 2 Radar WebKit Bug Importer 2014-06-10 14:31:53 PDT
<rdar://problem/17257971>
Comment 3 Jonathan Wells 2014-06-24 17:24:19 PDT
Created attachment 233768 [details]
[PATCH] Fix attempt.
Comment 4 WebKit Commit Bot 2014-06-24 20:13:47 PDT
Comment on attachment 233768 [details]
[PATCH] Fix attempt.

Clearing flags on attachment: 233768

Committed r170416: <http://trac.webkit.org/changeset/170416>
Comment 5 WebKit Commit Bot 2014-06-24 20:13:52 PDT
All reviewed patches have been landed.  Closing bug.