Application sizing issue
it seems flex apps don't size in mozilla firefox.
do demonstrate, made sample application:
<?xml version="1.0" encoding="utf-8"?>
<mx:application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
<mx:canvas left="10" top="10" right="10" bottom="10" backgroundcolor="#ca2020"> (don't worry color value...not accurate)
</mx:canvas>
</mx:application>
when deployed server (it works fine when launching app throught flex builder). here's how should (in ie, chrome , safari):
and here's how looks when viewed in mozilla ff:
does have idea why happeneing , how work around it.
in current project i've asked company not list mozilla ff in "supported browsers" list, pretty embarrassing considering lots of people (including me) use mozilla ff our default browser.
any appreciated.
best regards..........
change height in htmlwrapper file non-relative number instead of 100%
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment