[Webkit-unassigned] [Bug 50638] New: Web Inspector: warning icon for unrecognized style rule should have tooltip

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 7 11:19:21 PST 2010


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

           Summary: Web Inspector: warning icon for unrecognized style
                    rule should have tooltip
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joepeck at webkit.org
                CC: timothy at apple.com, rik at webkit.org, keishi at webkit.org,
                    pmuellr at yahoo.com, joepeck at webkit.org,
                    pfeldman at chromium.org, yurys at chromium.org,
                    bweinstein at apple.com, apavlov at chromium.org,
                    loislo at chromium.org


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);
>      ...
>  }

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list