[Webkit-unassigned] [Bug 15834] New: There are many subtile bugs in the Styles pane of the Web Inspector

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 4 14:58:57 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=15834

           Summary: There are many subtile bugs in the Styles pane of the
                    Web Inspector
           Product: WebKit
           Version: 523.x+ (nightly)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: timothy at hatcher.name


The styles pane has a few bugs.

- Poor handling of duplicate properties in the same rule. Some of this can't be
fixed since we can't only get the "winning" value for duplicate properties. So
we should only show one entry per unique property name.
- Computed style does not show font shorthand properties if font was used.
- Property priority is broken, the wrong properties are crossed out.
- Border shows null for the shorthand value.
- Shorthands don't show their priority.
- HSL and HEX colors have now preview swatch blocks.
- Complex code, making it hard to reuse for console.log later.

See attached file for some test cases.


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



More information about the webkit-unassigned mailing list