[Webkit-unassigned] [Bug 146671] New: Web Inspector: Unnecessary space added after -webkit- prefixed property values
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 6 23:01:27 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=146671
Bug ID: 146671
Summary: Web Inspector: Unnecessary space added after -webkit-
prefixed property values
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: Web Inspector
Assignee: webkit-unassigned at lists.webkit.org
Reporter: drousso 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 256273
--> https://bugs.webkit.org/attachment.cgi?id=256273&action=review
Actual
* STEPS TO REPRODUCE
1. Add the following CSS to any rule in the sidebar:
width: -webkit-calc(1px);
2. After clicking outside of that rule (to remove focus), the CSS will be reformatted as:
width: -webkit- calc(1px);a
--
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/20150707/7b7daeb1/attachment.html>
More information about the webkit-unassigned
mailing list