RESOLVED FIXED20066
Incorrect clipping with transformed overflow:scroll element with position:relative child
https://bugs.webkit.org/show_bug.cgi?id=20066
Summary Incorrect clipping with transformed overflow:scroll element with position:rel...
Simon Fraser (smfr)
Reported 2008-07-16 16:50:07 PDT
The attached testcase shows a clipping problem that only happens when the element with overflow:scroll has a transform, and a relatively positioned child. In that case, the child is not correctly clipped.
Attachments
Testcase (1.33 KB, text/html)
2008-07-16 16:50 PDT, Simon Fraser (smfr)
no flags
Patch to fix problem. (37.40 KB, patch)
2008-07-18 12:45 PDT, Dave Hyatt
mjs: review+
Simon Fraser (smfr)
Comment 1 2008-07-16 16:50:23 PDT
Created attachment 22322 [details] Testcase
Dave Hyatt
Comment 2 2008-07-18 12:45:46 PDT
Created attachment 22372 [details] Patch to fix problem.
Maciej Stachowiak
Comment 3 2008-07-18 14:15:50 PDT
Comment on attachment 22372 [details] Patch to fix problem. r=me
Dave Hyatt
Comment 4 2008-07-21 13:17:43 PDT
Fixed in r35273.
Note You need to log in before you can comment on or make changes to this bug.