Rolodex derivation loads in IE but not Firefox

Rolodex derivation loads in IE but not Firefox

Old forum URL: forums.lhotka.net/forums/t/6482.aspx


James Thomas posted on Sunday, February 22, 2009

Hi All,

Just seeing if someone else has solved this problem. I have a Silverlight app that's based on Rolodex, but differs in that I moved the host page into WcfHostWeb to make debugging easier. The app now works fine in IE, but the silverlight app doesn't load in firefox (the html of the host page loads ok, but the silverlight app itself doesn't). Has anyone else seen this, or has an idea of what the problem might be?

Thanks, James.

sergeyb replied on Sunday, February 22, 2009

Is start up page correct?

 

Sergey Barskiy

Principal Consultant

office: 678.405.0687 | mobile: 404.388.1899

cid:_2_0648EA840648E85C001BBCB886257279
Microsoft Worldwide Partner of the Year | Custom Development Solutions, Technical Innovation

 

From: James Thomas [mailto:cslanet@lhotka.net]
Sent: Sunday, February 22, 2009 6:29 PM
To: Sergey Barskiy
Subject: [CSLA .NET] Rolodex derivation loads in IE but not Firefox

 

Hi All,

Just seeing if someone else has solved this problem. I have a Silverlight app that's based on Rolodex, but differs in that I moved the host page into WcfHostWeb to make debugging easier. The app now works fine in IE, but the silverlight app doesn't load in firefox (the html of the host page loads ok, but the silverlight app itself doesn't). Has anyone else seen this, or has an idea of what the problem might be?

Thanks, James.


James Thomas replied on Wednesday, March 04, 2009

Yes - I found the problem.

In a VS generated page various width and height attributes aren't set. I copied the ones used in rolodex and the page now appears in Firefox 3 too.

These are the lines I changed:

<html xmlns="http://www.w3.org/1999/xhtml" style="height:100%;">
<body style="height:100%;margin:0;">
    <form id="form1" runat="server" style="height:100%;">

Hope this helps someone else who runs into the same problem.
James.

Copyright (c) Marimer LLC