Bug 100400 - [CSS Regions] Jumbled text on right if Media Queries are used and browser window is widened
Summary: [CSS Regions] Jumbled text on right if Media Queries are used and browser wi...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 100749
Blocks:
  Show dependency treegraph
 
Reported: 2012-10-25 11:35 PDT by David Alcala
Modified: 2012-11-02 11:23 PDT (History)
3 users (show)

See Also:


Attachments
screenshot (174.05 KB, image/png)
2012-10-25 11:35 PDT, David Alcala
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Alcala 2012-10-25 11:35:49 PDT
Created attachment 170696 [details]
screenshot

Reproduction steps:
1.  Browse to http://adobe.github.com/web-platform/samples/css-regions/basic/media-queries.html in Chrome Canary or WebKit Nightly on Win or Mac.
2.  Make the browser window really narrow (phone size) so only one column is displayed.
3.  Make the browser window wider again so multiple columns are shown again.

Actual results:
The text in in the right column is jumbled at the top.  See attached image.

Expected results:
Text flows back into the columns on the right correctly.  No jumbling.

Workaround:
If you refresh the page, then the text in the right columns looks correct.
Comment 1 Mihnea Ovidenie 2012-11-02 10:39:10 PDT
Please try to test it with latest WebKit nightly. After the fix for https://bugs.webkit.org/show_bug.cgi?id=100749, i think it should work fine.
Comment 2 David Alcala 2012-11-02 11:23:16 PDT
Confirmed fixed using WebKit Nightly b133272 on Mac 10.7.5.  Setting to Resolved.