[Webkit-unassigned] [Bug 24206] RTL: the underline of overflowed RTL link text in hyperlink only underlined partial of the text
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Apr 10 15:00:47 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=24206
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 15:00 PDT -------
The reason the underline isn't drawn correctly here is because it turns out
that the underline for inline boxes has two separate codepaths:
InlineTextBox::paintDecoration() for quirks mode
InlineFlowBox::paintTextDecorations for standards mode
While the first one handles RTL correctly, the InlineFlowBox case does not.
--
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