Skip to main content
Microsoft Silverlight
Home Forums Silverlight Programming Report a Silverlight Bug Silverlight 3 + FireFox 3.5
7 replies. Latest Post by adefwebserver on August 3, 2009.
(0)
GearWorld
Participant
937 points
1,249 Posts
07-14-2009 11:41 AM |
Hi,
Since I upgraded the application from Silverlight 2 to Silverlight 3, the application works in all browser except FireFox 3.5I saw some threads talking about making the div with a height in pixel instead but I tried all the possible combination without luck.
Any ideas ?
07-14-2009 5:36 PM |
Finally when you dig a little you find the answer of your own question by search the forum here which was because you have to add style="height:100%" to the div hosting the silverlight object
K2P2
1035 points
347 Posts
07-14-2009 9:14 PM |
GearWorld:style="height:100%"
This is low priority for me right now. Sometime I'll have to dig into it.
But this does not work for me with 3.5
If you don't mind could you comment on other things you did that might contribute to the solution? Otherwise, later, I'll search the forum.
07-15-2009 7:09 AM |
K2P2: GearWorld:style="height:100%" This is low priority for me right now. Sometime I'll have to dig into it. But this does not work for me with 3.5 If you don't mind could you comment on other things you did that might contribute to the solution? Otherwise, later, I'll search the forum.
The answer is up there STYLE="HEIGHT:100%" to your div and other suggest a height in pixels like 800px but the 100% for me worked.I'm also using 3.5
07-30-2009 4:35 PM |
Firefox is working ok. I didn't have to do anything.
I think, originally, I didn't let Firefox run long enough after I first installed it. An so it was busy doing some housekeeping when I fired up my website from dev studio.
adefwebs...
Member
550 points
144 Posts
08-02-2009 7:01 PM |
This also works:
object data="data:application/x-silverlight-2," type="application/x-silverlight-2" style="position:fixed;height:100%;width:100%"
jackmcn
0 points
6 Posts
08-03-2009 3:00 AM |
Thanks for this information. I have tried this solution (amongst many others) and it works fine on the local server. It is still not working when I upload to my host server (issue also discussed here). Any thought or suggestions?
08-03-2009 8:26 AM |
jackmcn: Thanks for this information. I have tried this solution (amongst many others) and it works fine on the local server. It is still not working when I upload to my host server (issue also discussed here). Any thought or suggestions?
That is what this page is using:
http://www.adefwebserver.com/DotNetNukeHELP/Misc/Silverlight/SilverlightDesktop/SilverlightDesktop/SilverlightDesktop.aspx
Does it work for you? You can get complete source here:
http://silverlightdesktop.net/