gehuangyi20 / ie7-js

Automatically exported from code.google.com/p/ie7-js
0 stars 0 forks source link

Doubled IE Filter rotation #257

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create some element like span in HTML, give him layout (in ex. by adding 
zoom: 1 to css).

2. That IE filters should round element 90 degrees:

-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto 
expand',M11=6.123031769111886e-17, M12=1, M21=-1, M22=6.123031769111886e-17)"; 
/* IE8 and up */
filter:  progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto 
expand',M11=6.123031769111886e-17, M12=1, M21=-1, M22=6.123031769111886e-17); 
/* IE6,IE7 */

3. What is the expected output? What do you see instead?

Normally it should round element by 90 degrees but it's doing it twice (so it 
gives 180 degrees rotation).

What version of the product are you using? On what operating system?
IE 6,7,8 (IE Tester & IE7 installed), Windows ;).

Please provide any additional information below.

Works when I give 45 dg. rotation but: text is blured, it's hard to give good 
position to that element (due to double rotation) and its kinda stupid ;).

Original issue reported on code.google.com by resp...@gmail.com on 16 Jun 2010 at 4:26