|
|
|
[
Permlink
| « Hide
]
Benjamin Shine - 05/Jul/07 04:06 PM
This bug was reported in legals.
I verified this issue in TOT legals. This doesn't appear to be a new bug because it's present in build 4745 (4/17/2007) as well. This is an IE/dhtml only issue.
This is present in TOT legals as of r5734, in IE7/DHTML.
(4.0 branch (4.0.3) build r5718)
IE6-swf OK IE6-dhtml OK IE7-swf OK IE7-dhtml Broken This is a simpler testcase that shows the issue - it's an IE7-specific rendering bug:
<canvas id="maincanvas" width="100%" height="100%" bgcolor="white"> <view width="100" height="100" opacity=".5" bgcolor="red"> <view resource="clickregion.swf"/> </view> </canvas> A workaround is to set the size of the view with opacity to be big enough that it doesn't clip its contents (note that views with no width/height specified automatically resize to fit their contents), e.g: <canvas id="maincanvas" width="100%" height="100%" bgcolor="white"> <view opacity=".5" bgcolor="red"> <view resource="clickregion.swf"/> </view> </canvas> This is an issue with the IE7 renderer. The workaround is to not set the width/height of the container that has alpha (so the view system can resize it to its contents) or set the width/height to be bigger than its contents.
See here: http://blogs.msdn.com/ie/archive/2005/04/26/412263.aspx |
||||||||||||||||||||||||||||||||||||||||||||||||||||