Bug 64992
Summary: | -webkit-transform scale applied incorrectly to iframes | ||
---|---|---|---|
Product: | WebKit | Reporter: | Adrienne Walker <enne> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | enne, fsamuel, jamesr, paulirish, simon.fraser, timothy |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Adrienne Walker
View http://jsbin.com/oqegu6.
This page has two iframes with -webkit-scale applied. In each case, the iframe has scale applied and (what appears to be) the clip rect has the scale applied a second time. So, for the 50% case, it results in a half-size iframe, with the subframe contents clipped to a quarter of the iframe size.
There is slightly different behavior in Chromium Linux and Safari Mac. In Safari, the bottom left of the subframe is visible and in Chromium the upper left of the subframe is visible (and some elements like the search sandbar and the Google doodle are not clipped).
From http://crbug.com/78542.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Simon Fraser (smfr)
This is a dup.
Adrienne Walker
(In reply to comment #1)
> This is a dup.
...of which open bug?
Simon Fraser (smfr)
*** This bug has been marked as a duplicate of bug 57785 ***
Adrienne Walker
(In reply to comment #3)
>
> *** This bug has been marked as a duplicate of bug 57785 ***
Thanks. I don't know how I missed that. :)