Hello flexcoders,

   Today, I stumbled upon browser dependant problem with using <mx:Tile>
container authored Flex 1.5 software

   Please, compile and run the following simple page under 2 or 3
 browsers out of list of your choice ( hosting OS is Win XP SP2):

    Opera 8.02,
    IE 6.0.2900
    Firefox 1.5.0.2

----------------------------------------
<?xml version="1.0"?>
<mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml";>

  <mx:Tile id="tile1" width="100%" height="200" backgroundColor="red">
    <mx:Repeater id="r" dataProvider="{['4', '2', '6', '1', '7', '3', '5','6', 
'1', '7', '3', '5']}">
      <mx:Button label="{r.currentItem}" moveEffect="Move"
        borderThickness="0" />
    </mx:Repeater>
  </mx:Tile>
</mx:Application>  
---------------------------------

  Inside IE6 and Opera the contents of <mx:Tile> container are
repositioned whenever the hosting browser window for Flex authored
SWF is resized.

  Inside Firefox 1.5.0.2 the contents of <mx:Tile> container ARE NOT
repositioned in the same manner.

  Why?


-- 
Best regards,
 Andriy                          mailto:[EMAIL PROTECTED]



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to