Bug 20066 - Incorrect clipping with transformed overflow:scroll element with position:relative child
Summary: Incorrect clipping with transformed overflow:scroll element with position:rel...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-16 16:50 PDT by Simon Fraser (smfr)
Modified: 2008-07-21 13:17 PDT (History)
0 users

See Also:


Attachments
Testcase (1.33 KB, text/html)
2008-07-16 16:50 PDT, Simon Fraser (smfr)
no flags Details
Patch to fix problem. (37.40 KB, patch)
2008-07-18 12:45 PDT, Dave Hyatt
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 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.
Comment 1 Simon Fraser (smfr) 2008-07-16 16:50:23 PDT
Created attachment 22322 [details]
Testcase
Comment 2 Dave Hyatt 2008-07-18 12:45:46 PDT
Created attachment 22372 [details]
Patch to fix problem.
Comment 3 Maciej Stachowiak 2008-07-18 14:15:50 PDT
Comment on attachment 22372 [details]
Patch to fix problem.

r=me
Comment 4 Dave Hyatt 2008-07-21 13:17:43 PDT
Fixed in r35273.