Bug 78988 - Web Inspector: [Styles] box-shadow and -webkit-box-shadow properties are not considered color-aware
Summary: Web Inspector: [Styles] box-shadow and -webkit-box-shadow properties are not ...
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: http://www.tunelinks.com
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-18 20:21 PST by Charlie C.
Modified: 2012-02-20 02:51 PST (History)
11 users (show)

See Also:


Attachments
Patch (1.97 KB, patch)
2012-02-20 02:38 PST, Alexander Pavlov (apavlov)
yurys: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Charlie C. 2012-02-18 20:21:06 PST
When using the inspector and changing the settings to use HSL colors, all hex values are converted except for BOX-SHADOW.

I'm expecting it to do all.

Thanks!

Charlie
Comment 1 Joseph Pecoraro 2012-02-18 23:27:47 PST
Looks like WebInspector.CSSKeywordCompletions._colorAwareProperties in
Source/WebCore/inspector/front-end/CSSKeywordCompletions.js has
text-shadow but doesn't have box-shadow. We probably just need to add
box-shadow to that list.
Comment 2 Alexander Pavlov (apavlov) 2012-02-20 02:38:27 PST
Created attachment 127788 [details]
Patch
Comment 3 Alexander Pavlov (apavlov) 2012-02-20 02:51:11 PST
Committed r108229: <http://trac.webkit.org/changeset/108229>