472,807 Members | 1,603 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

ASP.NET Firefox Rendering Anomalies Documented?

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
probably other issues. The same appears to be true of Netscape.
--
<%= Clinton Gallagher
METROmilwaukee "Regional Information Services"
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/
Jul 21 '05 #1
2 1364

"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in message
news:e1**************@TK2MSFTNGP09.phx.gbl...
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
probably other issues. The same appears to be true of Netscape.


Bear in mind it may be an IE rendering anomaly... also check font sizes and
things. You could also try it on a number of systems to see if there's
anything machine specific that affects it.

Steve
Jul 21 '05 #2
I've discovered -- from others -- that the Firefox and Netscape browsers
have been declared in the machine.config as 'down-level' browsers. The
machine.config or web.config must be modified to include the following...

<browserCaps>
<case match="Gecko/[-\d]+">
browser=Netscape
frames=true
tables=true
cookies=true
javascript=true
javaapplets=true
ecmascriptversion=1.5
w3cdomversion=1.0
css1=true
css2=true
xml=true
tagwriter=System.Web.UI.HtmlTextWriter
<case match="rv:1.0[^\.](?'letters'\w*)">
version=6.0
majorversion=6
minorversion=0
<case match="^b" with="${letters}">
beta=true
</case>
</case>
<case match="rv:1(\.\d+)(\.\d)?(?'letters'\w*)">
version=7.0
majorversion=7
minorversion=0
<case match="^b" with="${letters}">
beta=true
</case>
</case>
</case>
</browserCaps>
--
<%= Clinton Gallagher
METROmilwaukee "Regional Information Services"
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/

"Steve McLellan" <sjm AT fixerlabs DOT com> wrote in message
news:em**************@TK2MSFTNGP10.phx.gbl...

"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in message
news:e1**************@TK2MSFTNGP09.phx.gbl...
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
probably other issues. The same appears to be true of Netscape.
Bear in mind it may be an IE rendering anomaly... also check font sizes

and things. You could also try it on a number of systems to see if there's
anything machine specific that affects it.

Steve

Jul 21 '05 #3

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

Similar topics

1
by: Todd Cary | last post by:
In my previous post, I stated that some JavaScript I inherited does not work in Firefox but does work in IE 6 . I have now isolated a line where it fails in Firefox; the line with the property of...
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...
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...
0
by: Thomas F.O'Connell | last post by:
I was just wondering why the btrim syntax that takes only a single argument is not documented in 9.4 in the documentation (I checked both 7.4 and 8.0 docs). This is in a 7.4.5 installation: ...
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!
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...
3
by: SAL | last post by:
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...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Sept 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
How does React native implement an English player?
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth

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.