rldjrsksl / flex-iframe

Automatically exported from code.google.com/p/flex-iframe
0 stars 0 forks source link

Does not move with parent container #76

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Created panel 
2. Panel is parent to Iframe
3. Center Panel 
4. I frame with not move with panel when browser is resized 

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

the Iframe will stay in its original position as the panel moves when the
browser resizing. 

What version of Flex-IFrame are you using? On what operating system and
which navigator (specify the version too)?

Most recent 

Please provide any additional information below, and a sample Flex 3
project reproducing the issue if possible.

Original issue reported on code.google.com by AndrewMa...@gmail.com on 17 Apr 2010 at 10:19

GoogleCodeExporter commented 8 years ago
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" 
creationComplete="init()" xmlns:code="http://code.google.com/p/flex-iframe/">
    <code:IFrame width="400" height="400" source="http://www.google.com" 
horizontalCenter="0" verticalCenter="0"/>
</mx:Application>

the IFrame will not move. also, on IE8 I immediately get a JS error:
Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; 
SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center 
PC 
6.0; Tablet PC 2.0; OfficeLiveConnector.1.4; OfficeLivePatch.1.3; .NET4.0C; 
.NET4.0E)
Timestamp: Fri, 30 Apr 2010 07:02:22 UTC

Message: Expected ';'
Line: 1
Char: 638
Code: 0
URI: file:///C:/Work/MusicLab/Tests/bin-debug/TimerPlay.html

Message: Expected ';'
Line: 1
Char: 10
Code: 0
URI: file:///C:/Work/MusicLab/Tests/bin-debug/TimerPlay.html

Original comment by yyyan...@gmail.com on 30 Apr 2010 at 7:04

GoogleCodeExporter commented 8 years ago
What version of flex-iframe do you use ?

Original comment by Julien.N...@gmail.com on 30 Apr 2010 at 12:11

GoogleCodeExporter commented 8 years ago
version 1.4.5

Original comment by yyyan...@gmail.com on 30 Apr 2010 at 6:21

GoogleCodeExporter commented 8 years ago
You must be doing something else, I cannot reproduce with the examples.

Original comment by Julien.N...@gmail.com on 14 May 2010 at 3:31