Bug 133701 - Web Inspector: clicking "Show All Nodes" button throws TypeError
Summary: Web Inspector: clicking "Show All Nodes" button throws TypeError
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P3 Normal
Assignee: Jonathan Wells
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-06-10 14:30 PDT by Jonathan Wells
Modified: 2014-06-24 20:13 PDT (History)
9 users (show)

See Also:


Attachments
Test case (9.68 KB, text/html)
2014-06-10 14:30 PDT, Jonathan Wells
no flags Details
[PATCH] Fix attempt. (1.95 KB, patch)
2014-06-24 17:24 PDT, Jonathan Wells
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.