Closed Bug 915140 Opened 11 years ago Closed 11 years ago

applying skew in css prevents flash from working

Categories

(Firefox :: Untriaged, defect)

23 Branch
x86_64
Windows 7
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 832929

People

(Reporter: info, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:23.0) Gecko/20100101 Firefox/23.0 (Beta/Release)
Build ID: 20130814063812

Steps to reproduce:

Mac OSx 10.8.4
Firefox 23.0.1

Applying skew to div:
transform: skew(-3deg,0); -ms-transform: skew(-3deg,0); -webkit-transform: skew(-3deg,0); 

which contains another skewed div 
transform: skew(3deg,0); -ms-transform: skew(3deg,0); -webkit-transform: skew(3deg,0);

then containing swf using embed tag


Actual results:

swf is not clickable


Expected results:

swf should have been clickable
Duplication of Bug 832929 for Mac OSx
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.