Bug 139626
Summary: | Transform:scale content goes wrong on browser zoom | ||
---|---|---|---|
Product: | WebKit | Reporter: | Priit Pirita <atirip> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | bjonesbe, graouts, rik, simon.fraser, srdjan.prodanovic, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | OS X 10.10 | ||
URL: | http://jsfiddle.net/yjydm7ce/1/ |
Priit Pirita
Example URL:
http://jsfiddle.net/yjydm7ce/1/
Steps to reproduce the problem:
1. Any content with transform: scale
2. Use Browser Zoom that is not 100%
What is the expected behavior?
All content shall scale, using browser zoom, in unison.
What went wrong?
Transformed content scales differently from non transformed content.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Srđan Prodanović
I am using zoom to make a flexible canvas o dom elements. So far I had to omit using scale and can not utilise the hardware accellerations of matrix transorms.
Radar WebKit Bug Importer
<rdar://problem/20232644>
Rik Schennink
I recently ran into this problem as well.
I've setup this test case:
https://codepen.io/rikschennink/pen/YEbgBa