RESOLVED FIXED 11921
REGRESSION: Width of text-decoration:underline affected by width of dotted/dashed border on different object (failing fast/table/border-collapsing/rtl-border-collapsing.html)
https://bugs.webkit.org/show_bug.cgi?id=11921
Summary REGRESSION: Width of text-decoration:underline affected by width of dotted/da...
mitz
Reported 2006-12-21 13:34:29 PST
The stroke width isn't reset properly for painting text decorations, and the width of the dotted border is being picked up instead. See URL for example. This causes a pixel failure in fast/table/border-collapsing/rtl-border-collapsing.html.
Attachments
Set stroke thickness to 1.0 (2.29 KB, patch)
2006-12-22 15:20 PST, Dave Hyatt
mitz: review+
Dave Hyatt
Comment 1 2006-12-22 15:20:24 PST
Created attachment 11974 [details] Set stroke thickness to 1.0 Amazing that we never set this to anything.
mitz
Comment 2 2006-12-22 15:22:22 PST
Comment on attachment 11974 [details] Set stroke thickness to 1.0 r=me
Dave Hyatt
Comment 3 2006-12-22 15:26:21 PST
Fixed.
David Kilzer (:ddkilzer)
Comment 4 2006-12-22 15:46:14 PST
(In reply to comment #3) > Fixed. r18398
Note You need to log in before you can comment on or make changes to this bug.