Bug 139610

Summary: Web Inspector: CSSStyleDeclarationTextEditor fails to update if computed properties changed from empty to non-empty
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, graouts, joepeck, timothy, webkit-bug-importer
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Description Joseph Pecoraro 2014-12-12 17:52:01 PST
* SUMMARY
CSSStyleDeclarationTextEditor fails to update if computed properties changed from empty to non-empty.

No steps to reproduce, this requires a CSSAgent.getComputedStyleForNode to return an empty list, followed by a non-empty list later. However, that said, it seems this seems like a bug worth fixing now instead of later.
Comment 1 Joseph Pecoraro 2014-12-12 17:54:41 PST
Created attachment 243237 [details]
[PATCH] Proposed Fix
Comment 2 WebKit Commit Bot 2014-12-15 16:00:48 PST
Comment on attachment 243237 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 243237

Committed r177322: <http://trac.webkit.org/changeset/177322>
Comment 3 WebKit Commit Bot 2014-12-15 16:00:51 PST
All reviewed patches have been landed.  Closing bug.