[Webkit-unassigned] [Bug 70660] dynamic changes don't apply correctly with orthogonal writing modes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 26 12:06:17 PDT 2011


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





--- Comment #2 from Ojan Vafai <ojan at chromium.org>  2011-10-26 12:06:17 PST ---
What I see happening is that we don't recompute the preferred logical width. When we set the height to auto, we set the pref width on the child to dirty, but it's already dirty. I think it didn't get cleared on the first layout. As a result, we don't set the container's pref width dirty bit since the current node is already dirty.

It's interesting to note that the bug doesn't reproduce if the width is not also set to a fixed height even though we're only setting the height to auto.

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