Bug 24808 - Transform applied via CSSMatrix does not take full page zoom into account
Summary: Transform applied via CSSMatrix does not take full page zoom into account
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: Chris Marrin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-25 10:53 PDT by Simon Fraser (smfr)
Modified: 2010-12-22 15:58 PST (History)
3 users (show)

See Also:


Attachments
Transform applied via CSSMatrix does not take full page zoom into account (11.51 KB, patch)
2010-12-22 14:58 PST, Ariya Hidayat
no flags 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) 2009-03-25 10:53:57 PDT
If an author creates or computes a CSSMatrix in JS, then applies that by setting style.webkitTransform, then the current zoom level is ignored; the scaling of the translation values, which normally happens in CSSStyleSelector, will not be applied.
Comment 1 Ariya Hidayat 2010-12-22 14:58:55 PST
Created attachment 77261 [details]
Transform applied via CSSMatrix does not take full page zoom into account
Comment 2 Ariya Hidayat 2010-12-22 15:58:48 PST
Comment on attachment 77261 [details]
Transform applied via CSSMatrix does not take full page zoom into account

Clearing flags on attachment: 77261

Committed r74512: <http://trac.webkit.org/changeset/74512>
Comment 3 Ariya Hidayat 2010-12-22 15:58:55 PST
All reviewed patches have been landed.  Closing bug.