Bug 140910 - reflow error during using transitions with float left and overflow: hidden;
Summary: reflow error during using transitions with float left and overflow: hidden;
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 7
: P2 Major
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-26 16:33 PST by Robert Utasi
Modified: 2015-01-26 16:33 PST (History)
0 users

See Also:


Attachments
Testcase + js workaround to reflow the layout (2.88 KB, text/html)
2015-01-26 16:33 PST, Robert Utasi
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Utasi 2015-01-26 16:33:16 PST
Created attachment 245387 [details]
Testcase + js workaround to reflow the layout

Testcase attached.

this testcase is a mobile navbar opener stuff

AR: after opening navbar the #content disappears with wrong width;

ER: the reflow algorythm renders correctly the #content layer after transition

Workaround added to testcase: after opening navbar, if you press the "Reappend" button that causes reflow and renders correctly the object.