RESOLVED FIXED 9193
REGRESSION: setting an opacity on an element with an outline causes the outline to disappear completely
https://bugs.webkit.org/show_bug.cgi?id=9193
Summary REGRESSION: setting an opacity on an element with an outline causes the outli...
Sam Weinig
Reported 2006-05-31 12:18:48 PDT
Setting an opacity on an element with an outline causes the outline to disappear completely.
Attachments
test case (227 bytes, text/html)
2006-05-31 12:19 PDT, Sam Weinig
no flags
Patch including pixel tests and change log (42.54 KB, patch)
2006-06-08 14:14 PDT, mitz
hyatt: review+
Sam Weinig
Comment 1 2006-05-31 12:19:38 PDT
Created attachment 8628 [details] test case
Dave Hyatt
Comment 2 2006-05-31 13:13:23 PDT
Ugh, wonder when this happened.
Alice Liu
Comment 3 2006-06-06 10:33:22 PDT
mitz
Comment 4 2006-06-06 14:41:36 PDT
(In reply to comment #2) > Ugh, wonder when this happened. > Between r13278 and r13302, most likely r13286 - the fix for bug 7259.
mitz
Comment 5 2006-06-06 15:02:51 PDT
RenderLayer::beginTransparencyLayers sets a clip rect ignoring outline widths. For normal outlines, it looks like it's safe to add the outline width in RenderLayer::absoluteBoundingBox
mitz
Comment 6 2006-06-08 14:14:18 PDT
Created attachment 8776 [details] Patch including pixel tests and change log The patch also fixes (and includes a test for) another bug.
Dave Hyatt
Comment 7 2006-06-08 14:18:43 PDT
Comment on attachment 8776 [details] Patch including pixel tests and change log r=me
David Kilzer (:ddkilzer)
Comment 8 2006-06-10 20:41:57 PDT
Committed revision 14809.
Note You need to log in before you can comment on or make changes to this bug.