Bug 162522

Summary: Web Inspector: REGRESSION (r203437): DOM not updated when editing Box Model values (border, margin, etc)
Product: WebKit Reporter: Matt Baker <mattbaker>
Component: Web InspectorAssignee: Matt Baker <mattbaker>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, commit-queue, joepeck, mattbaker, nvasilyev, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

Description Matt Baker 2016-09-23 17:08:59 PDT
Summary;
DOM not updated when editing Box Model values (border, margin, etc).

Steps to Reproduce:
1. Inspect any page
2. Elements tab > Styles sidebar > Box Model
3. Double-click a border value and change the width
  => Box Model UI updates but the inspected DOM node does not

Note:
Broke when CSSStyleDeclaration.setProperty() was aligned with the spec, and "!important" was no longer considered a valid priority (https://trac.webkit.org/changeset/203437).
Comment 1 Radar WebKit Bug Importer 2016-09-23 17:09:40 PDT
<rdar://problem/28458203>
Comment 2 Matt Baker 2016-09-23 17:17:55 PDT
Created attachment 289723 [details]
Patch
Comment 3 BJ Burg 2016-09-25 10:08:51 PDT
Comment on attachment 289723 [details]
Patch

rs=me
Comment 4 WebKit Commit Bot 2016-09-25 10:30:25 PDT
Comment on attachment 289723 [details]
Patch

Clearing flags on attachment: 289723

Committed r206363: <http://trac.webkit.org/changeset/206363>
Comment 5 WebKit Commit Bot 2016-09-25 10:30:29 PDT
All reviewed patches have been landed.  Closing bug.