Bug 87081 - Web Inspector: [Styles] Odd synthetic shorthands may appear in the style
Summary: Web Inspector: [Styles] Odd synthetic shorthands may appear in the style
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Alexander Pavlov (apavlov)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-21 22:49 PDT by Pavel Feldman
Modified: 2012-05-22 05:21 PDT (History)
10 users (show)

See Also:


Attachments
Patch (6.64 KB, patch)
2012-05-22 05:04 PDT, Alexander Pavlov (apavlov)
vsevik: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Feldman 2012-05-21 22:49:37 PDT
It is not used.
Comment 1 Alexander Pavlov (apavlov) 2012-05-22 04:51:35 PDT
It IS used. Will reuse this bug to fix the shorthand behavior in the Styles sidebar pane.

For the style source:

    margin-left: 1px;
    margin-top: 1px;
    margin: 2px;

the Styles pane displays the following contents:

    margin: 2px;
    margin: 2px;
Comment 2 Alexander Pavlov (apavlov) 2012-05-22 05:04:12 PDT
Created attachment 143278 [details]
Patch
Comment 3 Alexander Pavlov (apavlov) 2012-05-22 05:21:24 PDT
Committed r117958: <http://trac.webkit.org/changeset/117958>