[Webkit-unassigned] [Bug 101806] REGRESSION(r126911): Absolute positioned right-aligned text inside a table cell is improperly placed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 12 10:06:28 PST 2012


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


Julien Chaffraix <jchaffraix at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-unassigned at lists.web |jchaffraix at webkit.org
                   |kit.org                     |
                 CC|                            |leviw at chromium.org




--- Comment #2 from Julien Chaffraix <jchaffraix at webkit.org>  2012-11-12 10:08:11 PST ---
The regression is caused by:

-    float totalLogicalWidth = logicalWidthForChild(child);
+    float totalLogicalWidth = 0;

|totalLogicalWidth| is not well named IMO but it seems to represent the used logical width that we remove from |availableLogicalWidth|. After r126911, we don't remove the child's logical width for boxes aligned to the right, which causes the misplacement.

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