WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
50638
Web Inspector: warning icon for unrecognized style rule should have tooltip
https://bugs.webkit.org/show_bug.cgi?id=50638
Summary
Web Inspector: warning icon for unrecognized style rule should have tooltip
Joseph Pecoraro
Reported
2010-12-07 11:19:20 PST
When a CSS style rule is "not parsed okay" it has a warning icon. However, the reason that warning icon is there is not known. There should be a tooltip, or something else, with the image to explain to user why the warning is there. There could be a number of reasons: - unknown property (-moz-something: ...) - unknown value for property (color: a) - other? Currently the image is inserted via CSS if the property was (!parsedOk). The CSS in inspector.css is:
> .styles-section .properties li.not-parsed-ok::before { > content: url(Images/warningIcon.png); > ... > }
Attachments
Patch
(4.68 KB, patch)
2011-11-23 06:19 PST
,
Alexander Pavlov (apavlov)
yurys
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Joseph Pecoraro
Comment 1
2010-12-07 11:20:35 PST
Another issue might just a syntax issue. That is probably indistinguishable between an unknown value for property.
Alexander Pavlov (apavlov)
Comment 2
2011-05-07 01:52:38 PDT
***
Bug 60431
has been marked as a duplicate of this bug. ***
Alexander Pavlov (apavlov)
Comment 3
2011-11-23 06:19:35 PST
Created
attachment 116350
[details]
Patch
Alexander Pavlov (apavlov)
Comment 4
2011-11-23 06:34:27 PST
Committed
r101080
: <
http://trac.webkit.org/changeset/101080
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug