473,395 Members | 1,941 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,395 software developers and data experts.

.Net and IE7

There was a post in the general newsgroups that I have also run into, see
below.

I have a .Net 2.0 application that runs fine and displays fine in IE6, but
the asp:Panels and asp:GridViews overlap each other and look like a mess.

Screen prints are at http://www.criminonwus.org/IE7.doc

Please advise.

Thanks.


Subject: Re: IE7 & ASP.net another BUG 8/29/2006 5:55 PM PST

By: Sam Brown In: microsoft.public.internetexplorer.general
I've also had problems in rendering the ASP.NET 2.0 wizard control.

"Charles" <Ch*****@discussions.microsoft.comwrote in message
news:AD**********************************@microsof t.com...
Im currently developing websites useing microsofts Visual Studio 2005, and
just installed IE7 RC1. I have encoutered a few problems i would like to
made public.

1. Master Pages in asp.net aren't rendered correctly. The
contentplaceholder doesn't expand but the page does.

2. Gridviews over lap other items.

3. HTML is not rendered correctly causing incorrect format.

4. Menus using lists and list items doesn't apper correctly.

Just some things i came across

Oct 20 '06 #1
7 1957
IE7 is much better at rendering the page correctly than IE6 is. If there
is a difference in apperance, it's very likely that it is rendered
correctly in IE7, not in IE6.

Also test the page in a browser like Firefox or Netscape. They are much
better at rendering pages correctly. In most cases you will find that
they look about the same in IE7 and Firefox/Netcape.

Here you can read about bugs in different browsers:
http://www.positioniseverything.net/

In the section "Explorer Exposed!" you will find the long list of
rendering bugs in IE6. That can be compared to the list of rendering
bugs for Firefox/Netscape in "Open Source Oopsies" that consists of only
two, which both are fixed.

Gerhard wrote:
There was a post in the general newsgroups that I have also run into, see
below.

I have a .Net 2.0 application that runs fine and displays fine in IE6, but
the asp:Panels and asp:GridViews overlap each other and look like a mess.

Screen prints are at http://www.criminonwus.org/IE7.doc

Please advise.

Thanks.


Subject: Re: IE7 & ASP.net another BUG 8/29/2006 5:55 PM PST

By: Sam Brown In: microsoft.public.internetexplorer.general
I've also had problems in rendering the ASP.NET 2.0 wizard control.

"Charles" <Ch*****@discussions.microsoft.comwrote in message
news:AD**********************************@microsof t.com...
>Im currently developing websites useing microsofts Visual Studio 2005, and
just installed IE7 RC1. I have encoutered a few problems i would like to
made public.

1. Master Pages in asp.net aren't rendered correctly. The
contentplaceholder doesn't expand but the page does.

2. Gridviews over lap other items.

3. HTML is not rendered correctly causing incorrect format.

4. Menus using lists and list items doesn't apper correctly.

Just some things i came across

Oct 22 '06 #2
Thanks.

Did you look at the screen prints that I sent to you?

If IE7 is rendering it correctly then there is a bug in .Net on how it is
sending the data to the page as grids and panels shouldn't be overlapping.

I can force the height of the grid in code, and it then displays correctly
in IE7, but that seems like a clunky solution.

This whole page is coded in version 2 of .Net, with no HTML errors noted
even using the highest validation type.

Why would IE6 show it correctly, and IE7 make it look like garbage?

Thanks.

"Göran Andersson" wrote:
IE7 is much better at rendering the page correctly than IE6 is. If there
is a difference in apperance, it's very likely that it is rendered
correctly in IE7, not in IE6.

Also test the page in a browser like Firefox or Netscape. They are much
better at rendering pages correctly. In most cases you will find that
they look about the same in IE7 and Firefox/Netcape.

Here you can read about bugs in different browsers:
http://www.positioniseverything.net/

In the section "Explorer Exposed!" you will find the long list of
rendering bugs in IE6. That can be compared to the list of rendering
bugs for Firefox/Netscape in "Open Source Oopsies" that consists of only
two, which both are fixed.

Gerhard wrote:
There was a post in the general newsgroups that I have also run into, see
below.

I have a .Net 2.0 application that runs fine and displays fine in IE6, but
the asp:Panels and asp:GridViews overlap each other and look like a mess.

Screen prints are at http://www.criminonwus.org/IE7.doc

Please advise.

Thanks.


Subject: Re: IE7 & ASP.net another BUG 8/29/2006 5:55 PM PST

By: Sam Brown In: microsoft.public.internetexplorer.general
I've also had problems in rendering the ASP.NET 2.0 wizard control.

"Charles" <Ch*****@discussions.microsoft.comwrote in message
news:AD**********************************@microsof t.com...
Im currently developing websites useing microsofts Visual Studio 2005, and
just installed IE7 RC1. I have encoutered a few problems i would like to
made public.

1. Master Pages in asp.net aren't rendered correctly. The
contentplaceholder doesn't expand but the page does.

2. Gridviews over lap other items.

3. HTML is not rendered correctly causing incorrect format.

4. Menus using lists and list items doesn't apper correctly.

Just some things i came across

Oct 22 '06 #3
Gerhard <ac***@community.nospamwrote:
Did you look at the screen prints that I sent to you?

If IE7 is rendering it correctly then there is a bug in .Net on how it is
sending the data to the page as grids and panels shouldn't be overlapping.
Not necessarily. Just because the data isn't correct doesn't mean
there's a bug in .NET.
I can force the height of the grid in code, and it then displays correctly
in IE7, but that seems like a clunky solution.

This whole page is coded in version 2 of .Net, with no HTML errors noted
even using the highest validation type.

Why would IE6 show it correctly, and IE7 make it look like garbage?
You seem to have defined "correctly" as "the way I want it to" rather
than "the way the HTML standards say it should".

Out of interest, how does it look on Firefox and Opera?

Without seeing any HTML, it's impossible to say what's going on with
any certainty. However, you can easily take .NET itself out of the
equation: save the HTML page and look at it carefully. Reduce it to the
simplest possible HTML that demonstrates the problem, and then if that
doesn't help to explain what's going on, post that minimal HTML in an
HTML newsgroup.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Oct 22 '06 #4
Additionally, the likelyhood of it being a difference in how IE 6 and IE 7
interpret CSS instructions is strong. HTML 4.01 has been standardized sing
1998 (3 years before IE 6), but CSS took a bit longer to be fully
implemented by browsers and standardized.
"Jon Skeet [C# MVP]" <sk***@pobox.comwrote in message
news:MP**********************@msnews.microsoft.com ...
Gerhard <ac***@community.nospamwrote:
>Did you look at the screen prints that I sent to you?

If IE7 is rendering it correctly then there is a bug in .Net on how it is
sending the data to the page as grids and panels shouldn't be
overlapping.

Not necessarily. Just because the data isn't correct doesn't mean
there's a bug in .NET.
>I can force the height of the grid in code, and it then displays
correctly
in IE7, but that seems like a clunky solution.

This whole page is coded in version 2 of .Net, with no HTML errors noted
even using the highest validation type.

Why would IE6 show it correctly, and IE7 make it look like garbage?

You seem to have defined "correctly" as "the way I want it to" rather
than "the way the HTML standards say it should".

Out of interest, how does it look on Firefox and Opera?

Without seeing any HTML, it's impossible to say what's going on with
any certainty. However, you can easily take .NET itself out of the
equation: save the HTML page and look at it carefully. Reduce it to the
simplest possible HTML that demonstrates the problem, and then if that
doesn't help to explain what's going on, post that minimal HTML in an
HTML newsgroup.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too

Oct 22 '06 #5
Gerhard wrote:
Thanks.

Did you look at the screen prints that I sent to you?
No, I didn't. I don't have Office installed at the moment. I know how a
web page built specifically for IE6 can look like in a standards
compliant browser, though. I've seen it many times.
If IE7 is rendering it correctly then there is a bug in .Net on how it is
sending the data to the page as grids and panels shouldn't be overlapping.
That depends on the layout. Elements can very well be made to overlap,
and if you rely on the rendering bugs in IE6 to position the elements,
they will surely render differently in a browser that is lacking those bugs.
I can force the height of the grid in code, and it then displays correctly
in IE7, but that seems like a clunky solution.

This whole page is coded in version 2 of .Net, with no HTML errors noted
even using the highest validation type.
There is a big gap between correct markup and working markup. Just
because the markup doesn't contain errors, doesn't mean that it's good,
or even that it makes sense.
Why would IE6 show it correctly, and IE7 make it look like garbage?
Most likely the correct rendering of your markup looks like garbage (no
critisism intended), but in IE6 the bugs makes it render it differently
so that it looks like you want it to look.

Many seems to believe that IE6 constitues the standard, just because
it's the most used browser, while it's rather the opposite. The real
standards, however, are the standards that the World Wide Web Consortium
(W3C) has developed, of which Microsoft is one of the over 400 members.
Thanks.

"Göran Andersson" wrote:
>IE7 is much better at rendering the page correctly than IE6 is. If there
is a difference in apperance, it's very likely that it is rendered
correctly in IE7, not in IE6.

Also test the page in a browser like Firefox or Netscape. They are much
better at rendering pages correctly. In most cases you will find that
they look about the same in IE7 and Firefox/Netcape.

Here you can read about bugs in different browsers:
http://www.positioniseverything.net/

In the section "Explorer Exposed!" you will find the long list of
rendering bugs in IE6. That can be compared to the list of rendering
bugs for Firefox/Netscape in "Open Source Oopsies" that consists of only
two, which both are fixed.

Gerhard wrote:
>>There was a post in the general newsgroups that I have also run into, see
below.

I have a .Net 2.0 application that runs fine and displays fine in IE6, but
the asp:Panels and asp:GridViews overlap each other and look like a mess.

Screen prints are at http://www.criminonwus.org/IE7.doc

Please advise.

Thanks.


Subject: Re: IE7 & ASP.net another BUG 8/29/2006 5:55 PM PST

By: Sam Brown In: microsoft.public.internetexplorer.general
I've also had problems in rendering the ASP.NET 2.0 wizard control.

"Charles" <Ch*****@discussions.microsoft.comwrote in message
news:AD**********************************@micros oft.com...
Im currently developing websites useing microsofts Visual Studio 2005, and
just installed IE7 RC1. I have encoutered a few problems i would like to
made public.

1. Master Pages in asp.net aren't rendered correctly. The
contentplaceholder doesn't expand but the page does.

2. Gridviews over lap other items.

3. HTML is not rendered correctly causing incorrect format.

4. Menus using lists and list items doesn't apper correctly.

Just some things i came across
Oct 22 '06 #6
From what I'm hearing, it sounds like this issue is related to the way that
IE6 handles CSS margins and padding, which is incorrect, according to the
current standards. IE7 corrects these 2 issues and renders CSS padding and
margins according to standard. That is what I would look at first.

--
HTH,

Kevin Spencer
Microsoft MVP
Short Order Coder
http://unclechutney.blogspot.com

What You Seek Is What You Get

"Jon Skeet [C# MVP]" <sk***@pobox.comwrote in message
news:MP**********************@msnews.microsoft.com ...
Gerhard <ac***@community.nospamwrote:
>Did you look at the screen prints that I sent to you?

If IE7 is rendering it correctly then there is a bug in .Net on how it is
sending the data to the page as grids and panels shouldn't be
overlapping.

Not necessarily. Just because the data isn't correct doesn't mean
there's a bug in .NET.
>I can force the height of the grid in code, and it then displays
correctly
in IE7, but that seems like a clunky solution.

This whole page is coded in version 2 of .Net, with no HTML errors noted
even using the highest validation type.

Why would IE6 show it correctly, and IE7 make it look like garbage?

You seem to have defined "correctly" as "the way I want it to" rather
than "the way the HTML standards say it should".

Out of interest, how does it look on Firefox and Opera?

Without seeing any HTML, it's impossible to say what's going on with
any certainty. However, you can easily take .NET itself out of the
equation: save the HTML page and look at it carefully. Reduce it to the
simplest possible HTML that demonstrates the problem, and then if that
doesn't help to explain what's going on, post that minimal HTML in an
HTML newsgroup.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too

Oct 24 '06 #7
Kevin Spencer wrote:
From what I'm hearing, it sounds like this issue is related to the way that
IE6 handles CSS margins and padding, which is incorrect, according to the
current standards. IE7 corrects these 2 issues and renders CSS padding and
margins according to standard. That is what I would look at first.
Perhaps you are talking about the box model bug that IE6 suffers from in
quirks mode, where it handles padding and borders incorreclty. IE7
renders the page exaclty the same in quirks mode as IE6 does (for
compatibility reasons), so IE7 will not correct that.

What IE7 does correct is all (?) the bugs that IE6 has in standards
compliant mode.
Oct 24 '06 #8

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

Similar topics

3
by: William C. White | last post by:
Does anyone know of a way to use PHP /w Authorize.net AIM without using cURL? Our website is hosted on a shared drive and the webhost company doesn't installed additional software (such as cURL)...
2
by: Albert Ahtenberg | last post by:
Hello, I don't know if it is only me but I was sure that header("Location:url") redirects the browser instantly to URL, or at least stops the execution of the code. But appearantely it continues...
3
by: James | last post by:
Hi, I have a form with 2 fields. 'A' 'B' The user completes one of the fields and the form is submitted. On the results page I want to run a query, but this will change subject to which...
0
by: Ollivier Robert | last post by:
Hello, I'm trying to link PHP with Oracle 9.2.0/OCI8 with gcc 3.2.3 on a Solaris9 system. The link succeeds but everytime I try to run php, I get a SEGV from inside the libcnltsh.so library. ...
1
by: Richard Galli | last post by:
I want viewers to compare state laws on a single subject. Imagine a three-column table with a drop-down box on the top. A viewer selects a state from the list, and that state's text fills the...
4
by: Albert Ahtenberg | last post by:
Hello, I have two questions. 1. When the user presses the back button and returns to a form he filled the form is reseted. How do I leave there the values he inserted? 2. When the...
1
by: inderjit S Gabrie | last post by:
Hi all Here is the scenerio ...is it possibly to do this... i am getting valid course dates output on to a web which i have designed ....all is okay so far , look at the following web url ...
2
by: Jack | last post by:
Hi All, What is the PHP equivilent of Oracle bind variables in a SQL statement, e.g. select x from y where z=:parameter Which in asp/jsp would be followed by some statements to bind a value...
3
by: Sandwick | last post by:
I am trying to change the size of a drawing so they are all 3x3. the script below is what i was trying to use to cut it in half ... I get errors. I can display the normal picture but not the...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.