RESOLVED FIXED 7680
REGRESSION: Ellipsis painted over the chrome and in invalid contexts
https://bugs.webkit.org/show_bug.cgi?id=7680
Summary REGRESSION: Ellipsis painted over the chrome and in invalid contexts
mitz
Reported 2006-03-09 07:22:05 PST
EllipsisBox::paint() calls Font::drawText() directly, bypassing the GraphicsContext and the paintingDisabled check. This results sometimes in painting in arbitrary contexts, including over Safari chrome, and other times in warning messages in the console. I am working on a patch.
Attachments
Patch (1.80 KB, patch)
2006-03-09 07:34 PST, mitz
darin: review+
mitz
Comment 1 2006-03-09 07:34:58 PST
Created attachment 6957 [details] Patch Can't think of a way to test this.
Darin Adler
Comment 2 2006-03-09 07:41:49 PST
Comment on attachment 6957 [details] Patch r=me
Note You need to log in before you can comment on or make changes to this bug.