[Webkit-unassigned] [Bug 110881] New: Web Inspector: class console-formatted-string renamed to console-formatted- ?

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 26 07:33:45 PST 2013


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

           Summary: Web Inspector: class console-formatted-string renamed
                    to console-formatted- ?
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: patrickfmarques at gmail.com
                CC: keishi at webkit.org, pmuellr at yahoo.com,
                    pfeldman at chromium.org, yurys at chromium.org,
                    apavlov at chromium.org, loislo at chromium.org,
                    vsevik at chromium.org,
                    web-inspector-bugs at googlegroups.com


Good: Previous versions use class .console-formatted-string in console span element
Bad: class applied is now .console-formatted- in the same span element

Overview:
I tweaked my web development tools but in the last canary versions I experienced a difference in my colorized console lines. My custom.css is:
#console-messages  .console-formatted-string {
    color: #a8ff60 !important;
}

How reproduce:
Open chrome canary (I use 27.0.1423.0), next open the development tools and run in console:
>> console.log(['This is the text with wrong class']);

using Ctrl+Shif+j to inspect the inspector and verify the class applied to the span element containing the text "This is the text with wrong class". The class is .console-formatted- instead of .console-formatted-string (the previous behavior)

-- 
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