UNCONFIRMED 121044
Natively-drawn elements don't look right in scaled IFRAME
https://bugs.webkit.org/show_bug.cgi?id=121044
Summary Natively-drawn elements don't look right in scaled IFRAME
Alex Johnson
Reported 2013-09-09 13:51:14 PDT
Created attachment 211077 [details] A screen shot of the referenced JSFiddle Overview: Some elements, like SELECT and BUTTON, that are drawn to look like native platform controls don't draw correctly when used inside an IFRAME with a scaling CSS transform applied. Steps to Reproduce: 1. Open the JSFiddle (http://jsfiddle.net/nonsensery/2csMf/) 2. See the two identical IFRAMEs, one scaled by 50% using a CSS transform. 3. Notice that in the scaled IFRAME, the SELECT does not look right. (screenshot attached) Actual Results: In the scaled IFRAME, the text of the SELECT is scaled correctly, but the rest of it appears to be drawn unscaled. Expected Results: The SELECT should look just like it does in the unscaled IFRAME, except scaled by 50%. Build Date & Platform: Safari Version 6.0.5 (8536.30.1) on Max OS X 10.8.4.
Attachments
A screen shot of the referenced JSFiddle (12.27 KB, image/png)
2013-09-09 13:51 PDT, Alex Johnson
no flags
Alex Johnson
Comment 1 2013-09-10 09:39:41 PDT
I filed this bug with the Chromium project as well, since something similar happens in Safari and Chrome. https://code.google.com/p/chromium/issues/detail?id=288159
Note You need to log in before you can comment on or make changes to this bug.