Bug 151924 - Web Inspector: Regression (r192936) - changing selectors in the visual styles sidebar is broken
Summary: Web Inspector: Regression (r192936) - changing selectors in the visual styles...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Devin Rousso
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-12-06 14:46 PST by Devin Rousso
Modified: 2015-12-07 17:01 PST (History)
8 users (show)

See Also:


Attachments
Patch (2.27 KB, patch)
2015-12-06 14:55 PST, Devin Rousso
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Devin Rousso 2015-12-06 14:46:29 PST
Looks like one of the older WebInspector.TreeOutline.prototype.onselect was left behind during the transition in:
https://bugs.webkit.org/show_bug.cgi?id=148067
Comment 1 Radar WebKit Bug Importer 2015-12-06 14:47:12 PST
<rdar://problem/23777298>
Comment 2 Devin Rousso 2015-12-06 14:55:00 PST
Created attachment 266738 [details]
Patch
Comment 3 BJ Burg 2015-12-06 22:59:46 PST
Comment on attachment 266738 [details]
Patch

r=me
Comment 4 WebKit Commit Bot 2015-12-06 23:45:45 PST
Comment on attachment 266738 [details]
Patch

Clearing flags on attachment: 266738

Committed r193615: <http://trac.webkit.org/changeset/193615>
Comment 5 WebKit Commit Bot 2015-12-06 23:45:47 PST
All reviewed patches have been landed.  Closing bug.
Comment 6 Joseph Pecoraro 2015-12-07 17:01:38 PST
Comment on attachment 266738 [details]
Patch

Nice find and fix!