[Webkit-unassigned] [Bug 150553] New: Web Inspector: Editing CSS via Styles sidebar causes some white space to be stripped

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 25 22:30:23 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=150553

            Bug ID: 150553
           Summary: Web Inspector: Editing CSS via Styles sidebar causes
                    some white space to be stripped
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P3
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: nvasilyev at apple.com
                CC: bburg at apple.com, graouts at webkit.org,
                    joepeck at webkit.org, mattbaker at apple.com,
                    nvasilyev at apple.com, timothy at apple.com,
                    webkit-bug-importer at group.apple.com

Created attachment 264037
  --> https://bugs.webkit.org/attachment.cgi?id=264037&action=review
[Animated GIF] Bug

@media all {
    body {
        background-color: hsl(60, 80%, 90%); /* lightgoldenrodyellow */
    }
}


Steps:
0. Inspect <body>
1. Change background-color to "white"
2. Go to the CSS resource

Expected:
@media all {
    body {
        background-color: white; /* lightgoldenrodyellow */
    }
}

Actual:
@media all {
    body {
    background-color: white;
    /* lightgoldenrodyellow */
}
}


Reduction: http://nv.github.io/webkit-inspector-bugs/css-media-rules/

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151026/c8a1c6f2/attachment-0001.html>


More information about the webkit-unassigned mailing list