Bug 154491

Summary: Web Inspector: Visual Styles: Modifying background expands Font section
Product: WebKit Reporter: Nikita Vasilyev <nvasilyev>
Component: Web InspectorAssignee: Devin Rousso <hi>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, commit-queue, graouts, hi, joepeck, mattbaker, nvasilyev, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
[Animated GIF] Bug
none
Patch
timothy: review+
Patch none

Description Nikita Vasilyev 2016-02-19 21:26:42 PST
Created attachment 271844 [details]
[Animated GIF] Bug

Modifying one visual-style-property-value-container causes another one to expand.
See the attached GIF.
Comment 1 Radar WebKit Bug Importer 2016-02-19 21:26:58 PST
<rdar://problem/24755440>
Comment 2 Devin Rousso 2016-02-20 03:59:14 PST
Created attachment 271858 [details]
Patch
Comment 3 Timothy Hatcher 2016-02-20 09:27:04 PST
Comment on attachment 271858 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=271858&action=review

> Source/WebInspectorUI/UserInterface/Models/DOMNodeStyles.js:180
>                      }
> +                    if (styleFound)

Newline between lines line this.
Comment 4 Timothy Hatcher 2016-02-20 09:29:56 PST
Comment on attachment 271858 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=271858&action=review

>> Source/WebInspectorUI/UserInterface/Models/DOMNodeStyles.js:180
>> +                    if (styleFound)
> 
> Newline between lines line this.

…lines like this.
Comment 5 Devin Rousso 2016-02-20 13:49:40 PST
Created attachment 271869 [details]
Patch
Comment 6 WebKit Commit Bot 2016-02-20 14:47:48 PST
Comment on attachment 271869 [details]
Patch

Clearing flags on attachment: 271869

Committed r196867: <http://trac.webkit.org/changeset/196867>
Comment 7 WebKit Commit Bot 2016-02-20 14:47:54 PST
All reviewed patches have been landed.  Closing bug.