[Webkit-unassigned] [Bug 121044] New: Natively-drawn elements don't look right in scaled IFRAME
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 9 13:52:00 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=121044
Summary: Natively-drawn elements don't look right in scaled
IFRAME
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh Intel
URL: http://jsfiddle.net/nonsensery/2csMf/
OS/Version: Mac OS X 10.8
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Frames
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: xelanosnhoj at me.com
Created an attachment (id=211077)
--> (https://bugs.webkit.org/attachment.cgi?id=211077&action=review)
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.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list