rldjrsksl / flex-iframe

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

If using content attribute of the iframe component, the text gets off its boundaries. #27

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Used the iframe in the following manner:
<mx:Panel width="100%" height="100%">           
            <local:IFrame id="iFrame" width="100%" height="100%" >
            <local:content>
                <![CDATA[
                        <b>Lorem ipsum</b> dolor sit amet, consectetur adipiscing elit.\n 
                        Aenean consequat orci tincidunt lorem.  
                        Praesent quis ante nec quam fringilla tincidunt. 
                        Vivamus pede mi, porta et, tristique ac, sodales eu, tortor. 
                        Nam quis neque vitae nulla semper cursus. 
                        Etiam metus magna, tristique eget, egestas non, viverra et, lectus. 
                        Aliquam imperdiet arcu nec magna. In non lectus in nisi vestibulum
elementum. 
                        Pellentesque ipsum purus, interdum sit amet, hendrerit ac, iaculis
id, augue. 
                        Sed aliquet, orci id dignissim tincidunt, justo turpis sollicitudin
libero, ac rhoncus tortor tellus malesuada metus. 
                        Donec gravida scelerisque dui. Praesent vel erat. Curabitur viverra
nisl varius nibh.
                    ]]>
            </local:content>

            </local:IFrame>
            </mx:Panel>
Problem is that the text comes out of the iframe and is visible on the
panel on the right side.

Expected: The text should be within the boundaries of the iframe(child)

This behavior was found in v:1.3.2 
OS:Windows XP.

Original issue reported on code.google.com by mathurpr...@gmail.com on 26 May 2009 at 7:34

GoogleCodeExporter commented 8 years ago
Duplicate, see Issue 12.

Original comment by Julien.N...@gmail.com on 3 Oct 2009 at 2:37