[Webkit-unassigned] [Bug 23744] New: tylesheet not applied because css file not parsed correctly if it contains comments and charset

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 4 14:45:50 PST 2009


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

           Summary: tylesheet not applied because css file not parsed
                    correctly if it contains comments and charset
           Product: WebKit
           Version: 525.x (Safari 3.1)
          Platform: PC
               URL: http://csdraveurs.qc.ca/
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jasneet at chromium.org
                CC: jasneet at chromium.org


I Steps:
Go to http://csdraveurs.qc.ca/

II Issue:
left navigation bar links have extra scroll bars

III Conclusion:
The issue is caused by the css file not being applied correctly because of the 
/*comment*/ and @charset in its contents. The css file looks like: 

/* Définition de règle */
@charset "iso-8859-1";
.leftframe {color: 0067c6; font-family:  "Times New Roman", Times, serif;
font-size: 
10px; font-weight: bold; line-height: normal; text-align: center}

IV Other Browsers:
IE7: ok
FF3: ok

V Nightly tested: 40471

Bug in Chromium : http://code.google.com/p/chromium/issues/detail?id=5771


-- 
Configure bugmail: https://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