Skip to search.
flexcoders · RIA Development with Adobe Flex

Group Information

  • Members: 9019
  • Category: Development
  • Founded: Mar 17, 2004
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Viewing a Flex app in Linux   Message List  
Reply Message #8291 of 165211 |
Re: [flexcoders] Viewing a Flex app in Linux

This bug bites... It's actually a Mozilla rendering bug as all of the
browsers that use the Mozilla engine have this problem. And it is not
just limited to Flash but any embedded object in a table of percentage
size. I don't think there is any fix on the Mozilla side yet, but an
easy fix on the server side is to use span instead of table. I think
there are some options with .mxml to override the generated html, but I
never got that far. I just put my mxml in a .jsp file with the span
tag.

Here are a few Mozilla bugs which may be describing this problem:
https://bugzilla.mozilla.org/show_bug.cgi?id=178483
https://bugzilla.mozilla.org/show_bug.cgi?id=213869
https://bugzilla.mozilla.org/show_bug.cgi?id=228051
https://bugzilla.mozilla.org/show_bug.cgi?id=211530

-James


On Sun, 2005-01-16 at 17:18 +0100, David Hidalgo wrote:
> Hi at all!
> When i try to view a flex application in my browser using linux (i'm
> trying with firefox 0.9.3), i only can view a part in the window, is
> cutted! Using windows, firefox works correctly.
> Do you know if the plugin for linux works ok?
>
> David






Mon Jan 17, 2005 2:59 pm

jennyandjame...
Offline Offline
Send Email Send Email

Message #8291 of 165211 |
Expand Messages Author Sort by Date

Hi at all! When i try to view a flex application in my browser using linux (i'm trying with firefox 0.9.3), i only can view a part in the window, is cutted!...
David Hidalgo
dhidalgo@... Send Email
Jan 16, 2005
4:18 pm

The problem you're having also occurs in windows firefox - it's to do with FF handing percentile scaling in a different way to IE. You must use the following...
Alias
mrprpl Offline Send Email
Jan 17, 2005
10:17 am

This bug bites... It's actually a Mozilla rendering bug as all of the browsers that use the Mozilla engine have this problem. And it is not just limited to...
James Ward
jennyandjame... Offline Send Email
Jan 17, 2005
3:00 pm

... We out here don't know which Linux or player, although we do know the browser (a pre-release Firefox). ...
jdowdell@...
jdowdell99999 Offline Send Email
Jan 18, 2005
8:43 pm

Will you post a snippet of that JSP that wraps the mxml in the span? I haven't done anything with the taglib yet and could use a headstart. Tracy ... From:...
Tracy Spratt
nts333rd Offline Send Email
Jan 20, 2005
11:29 pm

Here is what I use (I actually don't use a span tag anymore): <%@ taglib uri="FlexTagLib" prefix="mm" %> <html> <body> <style type="text/css"> body { overflow:...
James Ward
jennyandjame... Offline Send Email
Jan 21, 2005
1:27 am
Advanced

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help