[Webkit-unassigned] [Bug 24186] Regression RTL: text truncation with text-overflow:ellipsis does not work correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 10 14:48:59 PDT 2009


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


playmobil at google.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1




------- Comment #3 from playmobil at google.com  2009-04-10 14:48 PDT -------
The reason that the English text run is truncated is because of the way the
loop in InlineFlowBox::placeEllipsisBox() works.

It iterates over all of it's children from left to right till it finds the one
containing the ellipsis, all boxes after that one are marked as hidden.  This
happens when foundBox is set to true.

The fix is to change the order of iteration for the RTL case so we can
correctly truncate the children to the left of the ellipsis.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list