[Webkit-unassigned] [Bug 53166] New: Styles in media queries don’t get re-applied correctly after resizing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 26 04:46:03 PST 2011


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

           Summary: Styles in media queries don’t get re-applied correctly
                    after resizing
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://mathiasbynens.be/demo/webkit-media-query-bug
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mathias at qiwi.be


Created an attachment (id=80182)
 --> (https://bugs.webkit.org/attachment.cgi?id=80182&action=review)
Minimal test case

To reproduce the issue, just follow these steps:

1) Open the attachment (or the online version at http://mathiasbynens.be/demo/webkit-media-query-bug) with a window wider than 654 pixels. Note that the list of links is displayed on one line.
2) Resize your window to a width smaller than 655 pixels. The styles change, and every link is now displayed on its own line. So far, so good.
3) Make your window wider than 654 pixels again. The links should be displayed inline again, but they’re not. Other styles, e.g. `background`, still get applied correctly.

This seems to be a WebKit-only issue; the latest stable releases of Opera and Firefox get it right.

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