[Webkit-unassigned] [Bug 145679] New: Web Inspector: [REGRESSION] Stripped whitespace after editing CSS in Styles sidebar

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 4 18:30:25 PDT 2015


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

            Bug ID: 145679
           Summary: Web Inspector: [REGRESSION] Stripped whitespace after
                    editing CSS in Styles sidebar
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Critical
          Priority: P1
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: nvasilyev at apple.com
                CC: graouts at webkit.org, joepeck at webkit.org,
                    jonowells at apple.com, mattbaker at apple.com,
                    nvasilyev at apple.com, timothy at apple.com,
                    webkit-bug-importer at group.apple.com

Created attachment 254327
  --> https://bugs.webkit.org/attachment.cgi?id=254327&action=review
Animated GIF of the problem

index.html:

<!DOCTYPE html>
<html>
<head>
    <link rel="stylesheet" href="style.css"/>
</head>
<body> blah </body>
</html>


style.css:

body {
    background: #000;
    color: #CCC;
}


Sometimes, CSS resource doesn’t update at all, see https://bugs.webkit.org/show_bug.cgi?id=143244.

-- 
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/20150605/2196aeca/attachment-0001.html>


More information about the webkit-unassigned mailing list