[Webkit-unassigned] [Bug 7301] Text shadow does not repaint correctly
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Wed Mar 22 08:22:35 PST 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=7301
opendarwin.org at mitzpettel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #7215 is|0 |1
obsolete| |
------- Comment #5 from opendarwin.org at mitzpettel.com 2006-03-22 08:22 PDT -------
Created an attachment (id=7231)
--> (http://bugzilla.opendarwin.org/attachment.cgi?id=7231&action=view)
Incomplete patch
This patch takes care of vertical overflow (with the side-effect on selection
highlighting) and of horizontal overflow for InlineFlowBox (and blocks), but
not for InlineTextBox itself. This means that if only the shadow is in the
damage rect, it still won't be painted (e.g. if you highlight only "bar" in
"<span style="text-shadow: green 10px 5px;">foo</span>bar").
A possible solution that won't involve adding data to InlineTextBox is to cache
the max horizontal overflow per InlineFlowBox.
--
Configure bugmail: http://bugzilla.opendarwin.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