[Webkit-unassigned] [Bug 101294] absolute div before all flex item in a container will lead to flex item move to a new line.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 6 00:55:46 PST 2012


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





--- Comment #3 from wayfind <whyer1 at gmail.com>  2012-11-06 00:57:18 PST ---
We may come across this problem in RenderFlexibleBox::computeNextFlexLine.when it comes to the move-to-next-line issue, 2 condition must be taken into consideration 1) whether the width has gone beyond lineBreakLength , 2) whether the rderedChildren is empty. 
If the width has gone beyond ineBreakLength and absloute layout is ongoing in the container, wrong line-moving might occur. 
The way to solve the problem is to jutify whether orderedChildren could collect at least one flex item, if yes, move to next line

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