Bug 162522 - Web Inspector: REGRESSION (r203437): DOM not updated when editing Box Model values (border, margin, etc)
Summary: Web Inspector: REGRESSION (r203437): DOM not updated when editing Box Model v...
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: Matt Baker
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-09-23 17:08 PDT by Matt Baker
Modified: 2016-09-25 10:30 PDT (History)
7 users (show)

See Also:


Attachments
Patch (3.09 KB, patch)
2016-09-23 17:17 PDT, Matt Baker
no flags Details | Formatted Diff | Diff

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