RESOLVED FIXED 24165
Make sure 3d transforms fall back to something sensible when 3d rendering is not supported
https://bugs.webkit.org/show_bug.cgi?id=24165
Summary Make sure 3d transforms fall back to something sensible when 3d rendering is ...
Simon Fraser (smfr)
Reported 2009-02-25 11:14:12 PST
We need to do something sensible when 3d transforms are specified for a platform that does not support 3d. The RenderStyle is going to produce 3d matrixes, but we have to make sure that hit testing and rendering match. It's probably OK for computed style to return 3d stuff though.
Attachments
Simon Fraser (smfr)
Comment 1 2009-03-17 21:31:47 PDT
Fixed as part of bug 24396, in r41780.
Note You need to log in before you can comment on or make changes to this bug.