[Webkit-unassigned] [Bug 28638] New: web page layout is broken as webkit doesn't apply css style under @media all
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 21 16:40:36 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=28638
Summary: web page layout is broken as webkit doesn't apply css
style under @media all
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
URL: http://www.theeastafrican.co.ke/
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
Created an attachment (id=38412)
--> (https://bugs.webkit.org/attachment.cgi?id=38412)
reduced testcase
I Steps:
1. Go to http://www.theeastafrican.co.ke/
II Issue:
The whole website is messed up : no header banner, no columns, as if the CSS
wouldn't load
III Conclusion:
The web page layout is broken because some css styles in external css reference
not
applied. In the problematic css file, there are code like:
@charset "UTF-8";
......
@media all {
......
}
With this format, webkit could not resolve the css styles within the @media
rule. On removing the charset definition, then it works fine in webkit.
IV Other Browsers:
IE7: ok
FF3: ok
V Nightly tested : 47639
Bug in Chromium : http://code.google.com/p/chromium/issues/detail?id=14524
--
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