Bug 11921

Summary: 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)
Product: WebKit Reporter: mitz
Component: Layout and RenderingAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Normal CC: hyatt
Priority: P1 Keywords: LayoutTestFailure, Regression
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
URL: data:text/html,%3Cdiv%20style=%22width:%2030px;%20height:%2030px;%20border:%205px%20dotted;%22%3E%3C/div%3E%3Cspan%20style=%22text-decoration:%20underline;%22%3EHello%20world%3C/span%3E
Attachments:
Description Flags
Set stroke thickness to 1.0 mitz: review+

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.