Skip to main content

Answered Question Silverlight 3 + FireFox 3.5RSS Feed

(0)

GearWorld
GearWorld

Participant

Participant

937 points

1,249 Posts

Silverlight 3 + FireFox 3.5

Hi,

Since I upgraded the application from Silverlight 2 to Silverlight 3, the application works in all browser except FireFox 3.5
I 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 ?

 

GearWorld
GearWorld

Participant

Participant

937 points

1,249 Posts

Answered Question

Re: Silverlight 3 + FireFox 3.5

 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
K2P2

Participant

Participant

1035 points

347 Posts

Re: Silverlight 3 + FireFox 3.5

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.

Software life cycle:

Requirements: fix this; Design: break it down; Devel: get it working then fix it; Testing: if it ain't broke don't fix it; Help: it's broke, here's how to fix it; Sales: it will be fixed in the next version.

GearWorld
GearWorld

Participant

Participant

937 points

1,249 Posts

Re: Silverlight 3 + FireFox 3.5

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

K2P2
K2P2

Participant

Participant

1035 points

347 Posts

Re: Silverlight 3 + FireFox 3.5

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.

Software life cycle:

Requirements: fix this; Design: break it down; Devel: get it working then fix it; Testing: if it ain't broke don't fix it; Help: it's broke, here's how to fix it; Sales: it will be fixed in the next version.

adefwebserver
adefwebs...

Member

Member

550 points

144 Posts

Silverlight MVP

Re: Silverlight 3 + FireFox 3.5

 This also works:

object data="data:application/x-silverlight-2," type="application/x-silverlight-2"
        style="position:fixed;height:100%;width:100%"

jackmcn
jackmcn

Member

Member

0 points

6 Posts

Re: Silverlight 3 + FireFox 3.5

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?

adefwebserver
adefwebs...

Member

Member

550 points

144 Posts

Silverlight MVP

Re: Silverlight 3 + FireFox 3.5

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/

  • Unanswered Question
  • Answered Question
  • Announcement