473,327 Members | 1,920 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,327 software developers and data experts.

munged rendering in Firefox ASP.NET 2.0

SAL
Hello, I did google this issue and found some stuff related to BrowserCaps
section of either web.config or machine.config but it didn't work.

It seems that most pages in my webapp are okay but a couple of the Firefox
is munging up.
So, on my information page there is a gridview in the content section of the
page. The masterpage contains searching capabilities for the gridview. The
masterpage has controls contained in a panel control, labels, textboxes a
dropdownlist and a button to execute the search. Firefox shows the Gridview
just fine but it looks like it's overlaying the masterpage onto the top part
of the gridview.
I dropped the browsercaps section from slingfive into my web.config file but
it didn't change anything.

I tried replacing the panel with a placeholder and it fixed the munging
problem but the text box widths don't render the same either. My master page
contains stuff for the header of everypage and there's a dropdownlist in
there with some other stuff. This gets kind of munged too.
Now, I could go through and make some similar changes to the master page
like I did with replacing the panel server control with a placeholder but it
seems like there should be a better way to make this stuff render correctly
in Firefox.

Any help here with this issue?

SAL
Jul 25 '08 #1
3 2395
Hi SAL
From your description your page doesn't display the expected layout in
FireFox (I have two questions as to this: What's the version of the
FireFox? Does it work in IE?).
Based on my experience it's generally caused by the different rendering
engine of different browsers. FireFox uses Gecko while IE uses MSHTML.
If you could send me a demo project that can reproduce this problem I'll
try to find the root cause and a workaround if there is.
My email is v-******@microsoft.com.

Regards
Allen Chen
Microsoft Online Support

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| From: "SAL" <SA*@nospam.nospam>
| Subject: munged rendering in Firefox ASP.NET 2.0
| Date: Fri, 25 Jul 2008 13:45:39 -0700
| Lines: 28
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.3138
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198
| X-RFC2646: Format=Flowed; Original
| Message-ID: <uw**************@TK2MSFTNGP04.phx.gbl>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: host189114.clark.wa.gov 64.4.189.114
| Path: TK2MSFTNGHUB02.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSF TNGP04.phx.gbl
| Xref: TK2MSFTNGHUB02.phx.gbl
microsoft.public.dotnet.framework.aspnet:72609
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| Hello, I did google this issue and found some stuff related to
BrowserCaps
| section of either web.config or machine.config but it didn't work.
|
| It seems that most pages in my webapp are okay but a couple of the
Firefox
| is munging up.
| So, on my information page there is a gridview in the content section of
the
| page. The masterpage contains searching capabilities for the gridview.
The
| masterpage has controls contained in a panel control, labels, textboxes a
| dropdownlist and a button to execute the search. Firefox shows the
Gridview
| just fine but it looks like it's overlaying the masterpage onto the top
part
| of the gridview.
| I dropped the browsercaps section from slingfive into my web.config file
but
| it didn't change anything.
|
| I tried replacing the panel with a placeholder and it fixed the munging
| problem but the text box widths don't render the same either. My master
page
| contains stuff for the header of everypage and there's a dropdownlist in
| there with some other stuff. This gets kind of munged too.
| Now, I could go through and make some similar changes to the master page
| like I did with replacing the panel server control with a placeholder but
it
| seems like there should be a better way to make this stuff render
correctly
| in Firefox.
|
| Any help here with this issue?
|
| SAL
|
|
|

Jul 28 '08 #2
Hi Steve,

Thanks for your project. For your convenience I copied your reply here:

Allen,
thank you for your reply.
Does it work in IE-- Yes
What version of Firefox-- 3.0.1
I have attached a sample program that reproduces the problem.
In the main content, the content from the masterpage overlaps the content
of the grid in the child page. I have this same basic problem with a very
detailed page in my production website along with a more simple one like
this one in this sample.
In the header area, the dropdownlist does not display it's height properly.
I have included the databases from SQLServer express. You will need to
change the connection strings perhaps and attach the databases to an
install on your machine maybe. Let me know if I have left something out.
Steve Long
GIS Analyst
Clark County, WA
360-397-2092 ext 4421

I've tested it in IE 7 but still get the overlapped GridView. To clarify
the problem I've sent you an email with a screenshot. Please check if the
layout is what you've seen in FireFox.
If it's the same layout here's the solution:
1. Open the master page GISMasterSearch.master with Notepad.
2. Search "Panel1" in it and remove the Height from the element: <asp:Panel
ID="Panel1" runat="server" Width="642px" BorderStyle="Solid"
BorderWidth=0px BorderColor=lightGray>.
3. Save the file and close it.
Here are the steps how I troubleshoot:
1. I opened your page and found the GridView is overlapped.
2. I viewed the source and copied all the content in a newly created
testpage.aspx. The reason to do this is that I can simply edit the page and
preview the layout in Split view of Visual Studio.
3. I removed other irrelevant html tags one by one to narrow it down.
4. Finally here's the concise html that can reproduce this problem:
==================================================
<table border="0" cellpadding="0" cellspacing="0" width=100%
style="position: relative; height: 528px" >
<tr>
<!-- SECOND COLUMN of "BODY" TABLE -->
<td bgcolor=white valign=top style="height: 475px" >

<a id="ctl00_Menu1_SkipLink"></a>
<br />
<div id="ctl00_Panel1"
style="border-color:LightGrey;border-width:0px;border-style:Solid;height:50p
x;width:642px;">

<table cols=2 style="width: 376px; height: 152px; font-family: Arial;
font-size: medium" id="tblSearch">
<tr>
<td style="width: 232px">
<span
id="ctl00_lblName">Annexation Name</span></td>
<td style="width: 192px">
<input name="ctl00$txtName"
type="text" id="ctl00_txtName" /></td>

</tr>
<tr>
<td style="width: 232px">
<span
id="ctl00_lblAgency">Annexation Agency</span></td>
<td style="width: 192px">
<input
name="ctl00$txtAgency" type="text" id="ctl00_txtAgency" /></td>

</tr>
<tr>
<td style="width: 232px;
height: 12px">
<span
id="ctl00_lblStatus">Agency Status</span></td>
<td style="width: 192px;
height: 12px">
<select name="ctl00$ddlStatus"
id="ctl00_ddlStatus" title="Annexation Status may be mixed with Agency to
get a list of agencies with status" style="width:153px;">
<option selected="selected" value="-1">None</option>
<option value="1">Proposed</option>
<option value="2">In Process</option>
<option value="3">Certified</option>
<option value="4">Completed</option>
<option value="8">Failed</option>
<option value="9">No Data</option>

</select></td>

</tr>
<tr>
<td style="width: 232px;
height: 12px">
<span
id="ctl00_lblTaxYear">Tax Year</span></td>
<td style="width: 192px;
height: 12px">
<input name="ctl00$txtTaxYear"
type="text" id="ctl00_txtTaxYear" style="width:148px;" /></td>

</tr>
<tr>
<td style="width: 232px;
height: 12px">
<span
id="ctl00_lblEffectiveYear">Effective Year</span></td>
<td style="width: 192px;
height: 12px">
<input name="ctl00$txtEffectiveYear"
type="text" id="ctl00_txtEffectiveYear" style="width:148px;" /></td>

</tr>
<tr>
<td style="width: 232px;
height: 12px">
</td>
<td style="width: 192px;
height: 12px">
<input type="submit"
name="ctl00$Button1" value="Search" id="ctl00_Button1" title="Leave all
field blank to select all" style="width:153px;" /></td>

</tr>
<tr>
<td style="width: 232px;
height: 12px">
</td>
<td style="width: 192px;
height: 12px">
<a id="ctl00_lbtnChangePwd"
href="javascript:__doPostBack('ctl00$lbtnChangePwd ','')">Change
Password</a></td>

</tr>
</table>

</div>
<div>
<table cellspacing="0" rules="all" border="1"
id="ctl00_MainContent_OrgUnitsgv" style="border-collapse:collapse;">
<tr>
<th scope="col">Org Unit ID</th><th scope="col">L1</th><th
scope="col">L2</th><th scope="col">L3</th><th scope="col">USER</th>
</tr><tr>
<td>1</td><td>Sheriff</td><td>na</td><td>na</td><td>MAIN DID SHERIFF</td>
</tr><tr>
<td>2</td><td>General
Services</td><td>Purchasing</td><td>na</td><td>MAIN DID PURCHASING</td>
</tr><tr>
<td>3</td><td>Medical Examiner</td><td>na</td><td>na</td><td>MAIN DID
MEDICAL EXAMINER</td>
</tr><tr>
<td>4</td><td>Public Works</td><td>na</td><td>na</td><td>MAIN DID PUBLIC
WORKS</td>
</tr><tr>
<td>5</td><td>Public Works</td><td>Operations</td><td>na</td><td>MAIN
DID ROAD MAINTANANCE</td>
</tr><tr>
<td>7</td><td>Public Works</td><td>Environmental
Services</td><td>na</td><td>MAIN DID PUBLIC WORKS</td>
</tr><tr>
<td>11</td><td>Human Resources</td><td>na</td><td>na</td><td>MAIN DID
HUMAN RESOURCES</td>
</tr><tr>
<td>12</td><td>Juvenile</td><td>na</td><td>na</td><td>MAIN DID
JUVENILE</td>
</tr><tr>
<td>13</td><td>CRCA</td><td>na</td><td>na</td><td>MAIN DID CRCA</td>
</tr><tr>
<td>14</td><td>General Services</td><td>Risk
Management</td><td>na</td><td>MAIN DID RISK MANAGEMENT</td>
</tr><tr>
<td colspan="5"><table border="0">
<tr>
<td><span>1</span></td><td><a
href="javascript:__doPostBack('ctl00$MainContent$O rgUnitsgv','Page$2')">2</a
></td><td><a
href="javascript:__doPostBack('ctl00$MainContent$O rgUnitsgv','Page$3')">3</a
></td><td><a
href="javascript:__doPostBack('ctl00$MainContent$O rgUnitsgv','Page$4')">4</a
></td><td><a
href="javascript:__doPostBack('ctl00$MainContent$O rgUnitsgv','Page$5')">5</a
></td><td><a
href="javascript:__doPostBack('ctl00$MainContent$O rgUnitsgv','Page$6')">6</a
></td><td><a
href="javascript:__doPostBack('ctl00$MainContent$O rgUnitsgv','Page$7')">7</a
></td><td><a
href="javascript:__doPostBack('ctl00$MainContent$O rgUnitsgv','Page$8')">8</a
></td><td><a
href="javascript:__doPostBack('ctl00$MainContent$O rgUnitsgv','Page$9')">9</a
></td><td><a
href="javascript:__doPostBack('ctl00$MainContent$O rgUnitsgv','Page$10')">10<
/a></td><td><a
href="javascript:__doPostBack('ctl00$MainContent$O rgUnitsgv','Page$11')">...
</a></td>
</tr>
</table></td>
</tr>
</table>
</div>
<br />
<br />
<br />
<br />
<br />
</td>
</tr>
</table>

</td>
</tr>
</table>
==================================================
5. Now it's obvious that the style of the div (or table) causes this
problem. I removed the height of ctl00_Panel1 and it works fine then.
6. Then I need to find the counterpart in the master page that renders this
div and change the style. I opened GISMasterSearch.master and searched
"Panel1" to find the Panel. I saw the Height is hard coded there. So I
removed it and the problem was gone.

If you have further questions please feel free to ask.

Regards
Allen Chen
Microsoft Online Support

--------------------
| X-Tomcat-ID: 106961535
| References: <uw**************@TK2MSFTNGP04.phx.gbl>
| MIME-Version: 1.0
| Content-Type: text/plain
| Content-Transfer-Encoding: 7bit
| From: v-******@microsoft.com (Allen Chen)
| Organization: Microsoft
| Date: Mon, 28 Jul 2008 08:29:38 GMT
| Subject: RE: munged rendering in Firefox ASP.NET 2.0
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| Message-ID: <2n**************@TK2MSFTNGHUB02.phx.gbl>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| Lines: 104
| Path: TK2MSFTNGHUB02.phx.gbl
| Xref: TK2MSFTNGHUB02.phx.gbl
microsoft.public.dotnet.framework.aspnet:72692
| NNTP-Posting-Host: tk5tomimport1.phx.gbl 10.201.218.19
|
| Hi SAL
| From your description your page doesn't display the expected layout in
| FireFox (I have two questions as to this: What's the version of the
| FireFox? Does it work in IE?).
| Based on my experience it's generally caused by the different rendering
| engine of different browsers. FireFox uses Gecko while IE uses MSHTML.
| If you could send me a demo project that can reproduce this problem I'll
| try to find the root cause and a workaround if there is.
| My email is v-******@microsoft.com.
|
| Regards
| Allen Chen
| Microsoft Online Support
|
| Delighting our customers is our #1 priority. We welcome your comments and
| suggestions about how we can improve the support we provide to you.
Please
| feel free to let my manager know what you think of the level of service
| provided. You can send feedback directly to my manager at:
| ms****@microsoft.com.
|
| ==================================================
| Get notification to my posts through email? Please refer to
|
http://msdn.microsoft.com/subscripti...ult.aspx#notif
| ications.
|
| Note: The MSDN Managed Newsgroup support offering is for non-urgent
issues
| where an initial response from the community or a Microsoft Support
| Engineer within 1 business day is acceptable. Please note that each
follow
| up response may take approximately 2 business days as the support
| professional working with you may need further investigation to reach the
| most efficient resolution. The offering is not appropriate for situations
| that require urgent, real-time or phone-based interactions or complex
| project analysis and dump analysis issues. Issues of this nature are best
| handled working with a dedicated Microsoft Support Engineer by contacting
| Microsoft Customer Support Services (CSS) at
| http://msdn.microsoft.com/subscripti...t/default.aspx.
| ==================================================
| This posting is provided "AS IS" with no warranties, and confers no
rights.
|
|
| --------------------
| | From: "SAL" <SA*@nospam.nospam>
| | Subject: munged rendering in Firefox ASP.NET 2.0
| | Date: Fri, 25 Jul 2008 13:45:39 -0700
| | Lines: 28
| | X-Priority: 3
| | X-MSMail-Priority: Normal
| | X-Newsreader: Microsoft Outlook Express 6.00.2900.3138
| | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198
| | X-RFC2646: Format=Flowed; Original
| | Message-ID: <uw**************@TK2MSFTNGP04.phx.gbl>
| | Newsgroups: microsoft.public.dotnet.framework.aspnet
| | NNTP-Posting-Host: host189114.clark.wa.gov 64.4.189.114
| | Path: TK2MSFTNGHUB02.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSF TNGP04.phx.gbl
| | Xref: TK2MSFTNGHUB02.phx.gbl
| microsoft.public.dotnet.framework.aspnet:72609
| | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| |
| | Hello, I did google this issue and found some stuff related to
| BrowserCaps
| | section of either web.config or machine.config but it didn't work.
| |
| | It seems that most pages in my webapp are okay but a couple of the
| Firefox
| | is munging up.
| | So, on my information page there is a gridview in the content section
of
| the
| | page. The masterpage contains searching capabilities for the gridview.
| The
| | masterpage has controls contained in a panel control, labels, textboxes
a
| | dropdownlist and a button to execute the search. Firefox shows the
| Gridview
| | just fine but it looks like it's overlaying the masterpage onto the top
| part
| | of the gridview.
| | I dropped the browsercaps section from slingfive into my web.config
file
| but
| | it didn't change anything.
| |
| | I tried replacing the panel with a placeholder and it fixed the munging
| | problem but the text box widths don't render the same either. My master
| page
| | contains stuff for the header of everypage and there's a dropdownlist
in
| | there with some other stuff. This gets kind of munged too.
| | Now, I could go through and make some similar changes to the master
page
| | like I did with replacing the panel server control with a placeholder
but
| it
| | seems like there should be a better way to make this stuff render
| correctly
| | in Firefox.
| |
| | Any help here with this issue?
| |
| | SAL
| |
| |
| |
|
|

Jul 29 '08 #3
Allen,
Removing the height from the panel control did indeed stop it from
overlapping. I also had to remove the height attribute from the dropdownlist
at the top of the page to keep it from looking munged up(squished down
actually). The website is looking good now in firefox and IE 6.x

Thank you for the good support
S

"Allen Chen" wrote:
Hi Steve,

Thanks for your project. For your convenience I copied your reply here:

Allen,
thank you for your reply.
Does it work in IE-- Yes
What version of Firefox-- 3.0.1
I have attached a sample program that reproduces the problem.
In the main content, the content from the masterpage overlaps the content
of the grid in the child page. I have this same basic problem with a very
detailed page in my production website along with a more simple one like
this one in this sample.
In the header area, the dropdownlist does not display it's height properly.
I have included the databases from SQLServer express. You will need to
change the connection strings perhaps and attach the databases to an
install on your machine maybe. Let me know if I have left something out.
I've tested it in IE 7 but still get the overlapped GridView. To clarify
the problem I've sent you an email with a screenshot. Please check if the
layout is what you've seen in FireFox.
If it's the same layout here's the solution:
1. Open the master page GISMasterSearch.master with Notepad.
2. Search "Panel1" in it and remove the Height from the element: <asp:Panel
ID="Panel1" runat="server" Width="642px" BorderStyle="Solid"
BorderWidth=0px BorderColor=lightGray>.
3. Save the file and close it.
Here are the steps how I troubleshoot:
1. I opened your page and found the GridView is overlapped.
2. I viewed the source and copied all the content in a newly created
testpage.aspx. The reason to do this is that I can simply edit the page and
preview the layout in Split view of Visual Studio.
3. I removed other irrelevant html tags one by one to narrow it down.
4. Finally here's the concise html that can reproduce this problem:
==================================================
<table border="0" cellpadding="0" cellspacing="0" width=100%
style="position: relative; height: 528px" >
<tr>
<!-- SECOND COLUMN of "BODY" TABLE -->
<td bgcolor=white valign=top style="height: 475px" >

<a id="ctl00_Menu1_SkipLink"></a>
<br />
<div id="ctl00_Panel1"
style="border-color:LightGrey;border-width:0px;border-style:Solid;height:50p
x;width:642px;">

<table cols=2 style="width: 376px; height: 152px; font-family: Arial;
font-size: medium" id="tblSearch">
<tr>
<td style="width: 232px">
<span
id="ctl00_lblName">Annexation Name</span></td>
<td style="width: 192px">
<input name="ctl00$txtName"
type="text" id="ctl00_txtName" /></td>

</tr>
<tr>
<td style="width: 232px">
<span
id="ctl00_lblAgency">Annexation Agency</span></td>
<td style="width: 192px">
<input
name="ctl00$txtAgency" type="text" id="ctl00_txtAgency" /></td>

</tr>
<tr>
<td style="width: 232px;
height: 12px">
<span
id="ctl00_lblStatus">Agency Status</span></td>
<td style="width: 192px;
height: 12px">
<select name="ctl00$ddlStatus"
id="ctl00_ddlStatus" title="Annexation Status may be mixed with Agency to
get a list of agencies with status" style="width:153px;">
<option selected="selected" value="-1">None</option>
<option value="1">Proposed</option>
<option value="2">In Process</option>
<option value="3">Certified</option>
<option value="4">Completed</option>
<option value="8">Failed</option>
<option value="9">No Data</option>

</select></td>

</tr>
<tr>
<td style="width: 232px;
height: 12px">
<span
id="ctl00_lblTaxYear">Tax Year</span></td>
<td style="width: 192px;
height: 12px">
<input name="ctl00$txtTaxYear"
type="text" id="ctl00_txtTaxYear" style="width:148px;" /></td>

</tr>
<tr>
<td style="width: 232px;
height: 12px">
<span
id="ctl00_lblEffectiveYear">Effective Year</span></td>
<td style="width: 192px;
height: 12px">
<input name="ctl00$txtEffectiveYear"
type="text" id="ctl00_txtEffectiveYear" style="width:148px;" /></td>

</tr>
<tr>
<td style="width: 232px;
height: 12px">
</td>
<td style="width: 192px;
height: 12px">
<input type="submit"
name="ctl00$Button1" value="Search" id="ctl00_Button1" title="Leave all
field blank to select all" style="width:153px;" /></td>

</tr>
<tr>
<td style="width: 232px;
height: 12px">
</td>
<td style="width: 192px;
height: 12px">
<a id="ctl00_lbtnChangePwd"
href="javascript:__doPostBack('ctl00$lbtnChangePwd ','')">Change
Password</a></td>

</tr>
</table>

</div>
<div>
<table cellspacing="0" rules="all" border="1"
id="ctl00_MainContent_OrgUnitsgv" style="border-collapse:collapse;">
<tr>
<th scope="col">Org Unit ID</th><th scope="col">L1</th><th
scope="col">L2</th><th scope="col">L3</th><th scope="col">USER</th>
</tr><tr>
<td>1</td><td>Sheriff</td><td>na</td><td>na</td><td>MAIN DID SHERIFF</td>
</tr><tr>
<td>2</td><td>General
Services</td><td>Purchasing</td><td>na</td><td>MAIN DID PURCHASING</td>
</tr><tr>
<td>3</td><td>Medical Examiner</td><td>na</td><td>na</td><td>MAIN DID
MEDICAL EXAMINER</td>
</tr><tr>
<td>4</td><td>Public Works</td><td>na</td><td>na</td><td>MAIN DID PUBLIC
WORKS</td>
</tr><tr>
<td>5</td><td>Public Works</td><td>Operations</td><td>na</td><td>MAIN
DID ROAD MAINTANANCE</td>
</tr><tr>
<td>7</td><td>Public Works</td><td>Environmental
Services</td><td>na</td><td>MAIN DID PUBLIC WORKS</td>
</tr><tr>
<td>11</td><td>Human Resources</td><td>na</td><td>na</td><td>MAIN DID
HUMAN RESOURCES</td>
</tr><tr>
<td>12</td><td>Juvenile</td><td>na</td><td>na</td><td>MAIN DID
JUVENILE</td>
</tr><tr>
<td>13</td><td>CRCA</td><td>na</td><td>na</td><td>MAIN DID CRCA</td>
</tr><tr>
<td>14</td><td>General Services</td><td>Risk
Management</td><td>na</td><td>MAIN DID RISK MANAGEMENT</td>
</tr><tr>
<td colspan="5"><table border="0">
<tr>
<td><span>1</span></td><td><a
href="javascript:__doPostBack('ctl00$MainContent$O rgUnitsgv','Page$2')">2</a
</td><td><a
href="javascript:__doPostBack('ctl00$MainContent$O rgUnitsgv','Page$3')">3</a
</td><td><a
href="javascript:__doPostBack('ctl00$MainContent$O rgUnitsgv','Page$4')">4</a
</td><td><a
href="javascript:__doPostBack('ctl00$MainContent$O rgUnitsgv','Page$5')">5</a
</td><td><a
href="javascript:__doPostBack('ctl00$MainContent$O rgUnitsgv','Page$6')">6</a
</td><td><a
href="javascript:__doPostBack('ctl00$MainContent$O rgUnitsgv','Page$7')">7</a
</td><td><a
href="javascript:__doPostBack('ctl00$MainContent$O rgUnitsgv','Page$8')">8</a
</td><td><a
href="javascript:__doPostBack('ctl00$MainContent$O rgUnitsgv','Page$9')">9</a
</td><td><a
href="javascript:__doPostBack('ctl00$MainContent$O rgUnitsgv','Page$10')">10<
/a></td><td><a
href="javascript:__doPostBack('ctl00$MainContent$O rgUnitsgv','Page$11')">...
</a></td>
</tr>
</table></td>
</tr>
</table>
</div>
<br />
<br />
<br />
<br />
<br />
</td>
</tr>
</table>

</td>
</tr>
</table>
==================================================
5. Now it's obvious that the style of the div (or table) causes this
problem. I removed the height of ctl00_Panel1 and it works fine then.
6. Then I need to find the counterpart in the master page that renders this
div and change the style. I opened GISMasterSearch.master and searched
"Panel1" to find the Panel. I saw the Height is hard coded there. So I
removed it and the problem was gone.

If you have further questions please feel free to ask.

Regards
Allen Chen
Microsoft Online Support

--------------------
| X-Tomcat-ID: 106961535
| References: <uw**************@TK2MSFTNGP04.phx.gbl>
| MIME-Version: 1.0
| Content-Type: text/plain
| Content-Transfer-Encoding: 7bit
| From: v-******@microsoft.com (Allen Chen)
| Organization: Microsoft
| Date: Mon, 28 Jul 2008 08:29:38 GMT
| Subject: RE: munged rendering in Firefox ASP.NET 2.0
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| Message-ID: <2n**************@TK2MSFTNGHUB02.phx.gbl>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| Lines: 104
| Path: TK2MSFTNGHUB02.phx.gbl
| Xref: TK2MSFTNGHUB02.phx.gbl
microsoft.public.dotnet.framework.aspnet:72692
| NNTP-Posting-Host: tk5tomimport1.phx.gbl 10.201.218.19
|
| Hi SAL
| From your description your page doesn't display the expected layout in
| FireFox (I have two questions as to this: What's the version of the
| FireFox? Does it work in IE?).
| Based on my experience it's generally caused by the different rendering
| engine of different browsers. FireFox uses Gecko while IE uses MSHTML.
| If you could send me a demo project that can reproduce this problem I'll
| try to find the root cause and a workaround if there is.
| My email is v-******@microsoft.com.
|
| Regards
| Allen Chen
| Microsoft Online Support
|
| Delighting our customers is our #1 priority. We welcome your comments and
| suggestions about how we can improve the support we provide to you.
Please
| feel free to let my manager know what you think of the level of service
| provided. You can send feedback directly to my manager at:
| ms****@microsoft.com.
|
| ==================================================
| Get notification to my posts through email? Please refer to
|
http://msdn.microsoft.com/subscripti...ult.aspx#notif
| ications.
|
| Note: The MSDN Managed Newsgroup support offering is for non-urgent
issues
| where an initial response from the community or a Microsoft Support
| Engineer within 1 business day is acceptable. Please note that each
follow
| up response may take approximately 2 business days as the support
| professional working with you may need further investigation to reach the
| most efficient resolution. The offering is not appropriate for situations
| that require urgent, real-time or phone-based interactions or complex
| project analysis and dump analysis issues. Issues of this nature are best
| handled working with a dedicated Microsoft Support Engineer by contacting
| Microsoft Customer Support Services (CSS) at
| http://msdn.microsoft.com/subscripti...t/default.aspx.
| ==================================================
| This posting is provided "AS IS" with no warranties, and confers no
rights.
|
|
| --------------------
| | From: "SAL" <SA*@nospam.nospam>
Jul 31 '08 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Tony LaPaso | last post by:
Hi All, I have a simple style sheet example below and I'm seeing different results in IE 6 vs. Firefox 1.0.3. I'm not sure which browser is rendering it correctly but I'm tending to think it's...
2
by: clintonG | last post by:
I'm hoping somebody has started a table documenting Firefox rendering anomalies or can refer to this type of document. Neither text nor textboxes are not being sized the same as IE and there are...
3
by: usenet | last post by:
Hi All, I have some initialization to be done at page load time, which changes the text of some anchors so that they are consistent with the query string (these anchors are used as criteria...
87
by: expertware | last post by:
Dear friends, My name is Pamela, I know little about CSS, but I would like to ask a question I have an image on a web page within a css layer: <DIV ID=MyLayer STYLE = "position:...
14
by: expertware | last post by:
Ok! to avoid confusion I will start a new argument. Thanks!! FIREFOX 1.0.7 AND IE6 viewed through DATATIME: a summary REPORT ===============================================================...
3
by: Jason Honn | last post by:
I have an .aspx page that renders fine in IE6, but it does not render properly in Firefox. If I change the extension from .aspx to .htm everything renders just fine in Firefox. The problem I am...
12
by: Brad | last post by:
Does anyone have any other solutions to the Firefox rendering problems with ASP.NET? I've tried the <browsercaps> web.config trick. It didn't work. Am I overlooking something else? Thanks!
3
by: reflex | last post by:
Hi, i am using onmouse tooltip on my website. Under them i use iframe to hide form elements if is tooltip above them. Everything works fine only at firefox there is +-1sec "refresh" when tooltip...
2
by: pronerd | last post by:
Hi, I have a status bar that works in IE that I now need to get working in Firefox. It checks the status of a frame's .readyState attribute to see if the frame is done rendering. I am wondering...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.