Bug 49960

Summary: Web Inspector: [STYLES] invalid color values are not marked as such.
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Alexander Pavlov (apavlov) <apavlov>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Suggested fix
pfeldman: review-
[PATCH] Corrected solution pfeldman: review+

Pavel Feldman
Reported 2010-11-22 22:34:07 PST
Edit any color: in style and set its value to "red foo bar": color: red foo bar Expected: color value is committed, bogus value is not used when rendering, there is a warning icon next to property Actual: color value is committed, bogus value is not used when rendering, but there is no warning icon is there
Attachments
[PATCH] Suggested fix (4.37 KB, patch)
2010-11-23 03:39 PST, Alexander Pavlov (apavlov)
pfeldman: review-
[PATCH] Corrected solution (7.85 KB, patch)
2010-11-23 09:17 PST, Alexander Pavlov (apavlov)
pfeldman: review+
Alexander Pavlov (apavlov)
Comment 1 2010-11-23 03:39:01 PST
Created attachment 74638 [details] [PATCH] Suggested fix
Pavel Feldman
Comment 2 2010-11-23 04:17:21 PST
Comment on attachment 74638 [details] [PATCH] Suggested fix As you noted offline, overrides will make invalid property look parsedOk.
Alexander Pavlov (apavlov)
Comment 3 2010-11-23 09:17:21 PST
Created attachment 74676 [details] [PATCH] Corrected solution
Pavel Feldman
Comment 4 2010-11-23 10:00:06 PST
Comment on attachment 74676 [details] [PATCH] Corrected solution View in context: https://bugs.webkit.org/attachment.cgi?id=74676&action=review > WebCore/inspector/InspectorStyleSheet.cpp:448 > + bool shouldInactivate = false; Please add following comment here: Parsed property overrides any property with the same name. Non-parsed property overrides previous non-parsed property with the same name.
Alexander Pavlov (apavlov)
Comment 5 2010-11-23 10:31:52 PST
Committing to http://svn.webkit.org/repository/webkit/trunk ... M LayoutTests/ChangeLog M LayoutTests/inspector/resources/styles-new-API.css M LayoutTests/inspector/styles-new-API-expected.txt M LayoutTests/inspector/styles-source-offsets-expected.txt M WebCore/ChangeLog M WebCore/css/CSSGrammar.y M WebCore/inspector/InspectorStyleSheet.cpp Committed r72615
Note You need to log in before you can comment on or make changes to this bug.