[Webkit-unassigned] [Bug 75772] New: [REGRESSION] r104047-r104114 some CSS media queries are ignored

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 6 23:28:47 PST 2012


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

           Summary: [REGRESSION] r104047-r104114 some CSS media queries
                    are ignored
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.7
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: phiw at l-c-n.com


test case (resize the window horizontally to less than 500px):
http://dev.l-c-n.com/webkit/mq/mq2.html

Media queries inside general purpose stylesheets - e.g. @media screen and (min-width:500px) - are ignored (not applied).
Opening the WebInspector makes the media query suddenly apply (magic !)

I suspect http://trac.webkit.org/changeset/104060

Stylesheets that are linked with media queries in the html still work correctly
like this:
<link rel="stylesheet" href="./style-desktop.css" type="text/css" media="all and (min-width:500px)">

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