Re: [flexcoders] Scrolling - Firefox 2/3 vs IE

2008-06-23 Thread Daniel Freiman
The flex framework shouldn't care about the browser, so in some way this
will probably be traced back to the player (Stage, Application,
SystemManager or their events?).  In all cases where I have seen things like
this, the previous statement has turned out to be true.

- Daniel Freiman

On Sun, Jun 22, 2008 at 11:43 PM, Richard Rodseth [EMAIL PROTECTED]
wrote:

   I don't have a simple test case to share yet, but we are seeing
 scrollbars (not at the application level) which appear as desired on
 Firefox 2, but not on Firefox 3 or IE.
 Anyone else run into any such anomalies?

 - Richard
  



Re: [flexcoders] Scrolling - Firefox 2/3 vs IE

2008-06-23 Thread Richard Rodseth
I spoke too soon. Firefox 3 on Mac is OK.
Firefox 2 on WIndows is OK.
Firefox 3 and IE on Windows are not.
We're using SWFObject 2.

I don't believe I'm doing anything funky with Stage, Application or
SystemManager. Portions of the layout are created at runtime, and I
naturally suspect my somewhat-cobbled-together custom component for
tiled layout, even though it's hard for me to imagine how a platform
difference could creep in there.

On Mon, Jun 23, 2008 at 8:27 AM, Daniel Freiman [EMAIL PROTECTED] wrote:
 The flex framework shouldn't care about the browser, so in some way this
 will probably be traced back to the player (Stage, Application,
 SystemManager or their events?).  In all cases where I have seen things like
 this, the previous statement has turned out to be true.

 - Daniel Freiman

 On Sun, Jun 22, 2008 at 11:43 PM, Richard Rodseth [EMAIL PROTECTED]
 wrote:

 I don't have a simple test case to share yet, but we are seeing
 scrollbars (not at the application level) which appear as desired on
 Firefox 2, but not on Firefox 3 or IE.
 Anyone else run into any such anomalies?

 - Richard

 


Re: [flexcoders] Scrolling - Firefox 2/3 vs IE

2008-06-23 Thread Daniel Freiman
It wouldn't be that you're doing anything strange w/ one of those classes,
but you might be hitting a subtle idiosyncrasy of their functionality.  But
then again, this is only an educated guess, and you know your code better
than i do.

- Daniel Freiman

On Mon, Jun 23, 2008 at 5:29 PM, Richard Rodseth [EMAIL PROTECTED] wrote:

   I spoke too soon. Firefox 3 on Mac is OK.
 Firefox 2 on WIndows is OK.
 Firefox 3 and IE on Windows are not.
 We're using SWFObject 2.

 I don't believe I'm doing anything funky with Stage, Application or
 SystemManager. Portions of the layout are created at runtime, and I
 naturally suspect my somewhat-cobbled-together custom component for
 tiled layout, even though it's hard for me to imagine how a platform
 difference could creep in there.


 On Mon, Jun 23, 2008 at 8:27 AM, Daniel Freiman [EMAIL 
 PROTECTED]FreimanCQ%40gmail.com
 wrote:
  The flex framework shouldn't care about the browser, so in some way this
  will probably be traced back to the player (Stage, Application,
  SystemManager or their events?). In all cases where I have seen things
 like
  this, the previous statement has turned out to be true.
 
  - Daniel Freiman
 
  On Sun, Jun 22, 2008 at 11:43 PM, Richard Rodseth [EMAIL 
  PROTECTED]rrodseth%40gmail.com
 
  wrote:
 
  I don't have a simple test case to share yet, but we are seeing
  scrollbars (not at the application level) which appear as desired on
  Firefox 2, but not on Firefox 3 or IE.
  Anyone else run into any such anomalies?
 
  - Richard
 
 
  



[flexcoders] Scrolling - Firefox 2/3 vs IE

2008-06-22 Thread Richard Rodseth
I don't have a simple test case to share yet, but we are seeing
scrollbars (not at the application level) which appear as desired on
Firefox 2, but not on Firefox 3 or IE.
Anyone else run into any such anomalies?

- Richard