IE6: random display failure

This is a discussion on "IE6: random display failure" within the Web Page Design section. This forum, and the thread "IE6: random display failure are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Feb 1st, 2006, 14:15
New Member
Join Date: Feb 2006
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Exclamation IE6: random display failure

Oh dear - this might get a bit long, and I'm not even certain this is the best forum, so please someone point me to the right one if necessary!
Setup:
+ A new site at <http://touristguides.org.uk/>, mostly a searchable database, built with MySQL and PHP.
+ I've done my best to make it XHTML 1.0 Strict compliant - there are just a few minor errors left.
+ All pages are encoded in UTF-8 with no Byte Order Marker, shown in the correct <meta> tag.
+ All pages have the correct language attributes (both xml:lang and lang) in the <html> tag.
+ Each page has a header across the top, a sidebar down the left, the main content area to the right of the sidebar and a footer at the bottom - that's the order in which they load.
+ Each of these areas has rounded corners created by using nested <div>s.
Problem: while I'm getting plenty of compliments and glowing reports, I'm also getting reports from /some/ users that certain pages don't display properly. So far, the pages in question have been <http://touristguides.org.uk/advsearch>, <http://touristguides.org.uk/guidelogin> and another you can't see without logging in. Each of these pages has a form in the main content area, and what is happening is this: although, as far as I can tell, the whole page is /loading/ properly (this was confirmed when one user sent me the source code of the guidelogin page*), the main content area is blank - and it only has one rounded corner (top left), with the others all square. The users are seeing the footer as it should be, after the content area loads.
Worse problem:
+ I can't reproduce this behaviour! I have IE6 in XP on my ThinkPad, and every page behaves just fine for me.
+ The problem happens for just a few random IE6 users, and on different pages.
Solution?: Please!
Meanwhile I'm recommending people to use Firefox which of course displays the whole site just as I intend, but obviously that's hardly a solution for the world at large.
* Even weirder: I did cure the login page for this particular user... by removing a comma from the text! How can this be? I did every check I could think of to ascertain that no 'rogue' characters were present.
Is this any kind of known problem? I feel it has to be a CSS issue, but really I'm at a loss...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Feb 1st, 2006, 16:43
masonbarge's Avatar
Highly Reputable Member
Join Date: Jan 2006
Location: Atlanta GA
Posts: 631
Thanks: 0
Thanked 0 Times in 0 Posts
Re: IE6: random display failure

Are you sure they are using IE 6, and not some earlier version? If so, the only thing I can think of is that they might have overridden your font style/type, or else for some reason their Verdana is buggy and they are showing the page in Arial or something.

Anyway, I have a strong suspicion that the problem is with font size, and that it's not the "font size" but the "font type" that is causing the lines to change length. That's just the sort of thing that could be cured by taking out a comma.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Feb 1st, 2006, 17:00
New Member
Join Date: Feb 2006
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Re: IE6: random display failure

Quote:
Originally Posted by masonbarge
Are you sure they are using IE 6, and not some earlier version? If so, the only thing I can think of is that they might have overridden your font style/type, or else for some reason their Verdana is buggy and they are showing the page in Arial or something.
Anyway, I have a strong suspicion that the problem is with font size, and that it's not the "font size" but the "font type" that is causing the lines to change length. That's just the sort of thing that could be cured by taking out a comma.
Thanks - this is a nice thought, but in the interests of making my original post no longer than it already was, I didn't tell the whole story of that comma: on the way to identifying that, I tried commenting out lots of different bits of the code - in places whole bleeding chunks of it - and it still didn't display. Besides which, I've just tried one of the problem pages on my own Windows box, and it works fine at each of the available text sizes, even 'largest'. I'll give this further thought though!
And again with regard to the Mystery Comma, I checked the exact (preposterously long) version number of that user's IE and it was identical to mine! Virtually all her settings were too.

Last edited by highway57; Feb 1st, 2006 at 17:05.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Feb 3rd, 2006, 08:54
masonbarge's Avatar
Highly Reputable Member
Join Date: Jan 2006
Location: Atlanta GA
Posts: 631
Thanks: 0
Thanked 0 Times in 0 Posts
Re: IE6: random display failure

Quote:
Originally Posted by highway57
Thanks - this is a nice thought, but in the interests of making my original post no longer than it already was, I didn't tell the whole story of that comma: on the way to identifying that, I tried commenting out lots of different bits of the code - in places whole bleeding chunks of it - and it still didn't display. Besides which, I've just tried one of the problem pages on my own Windows box, and it works fine at each of the available text sizes, even 'largest'. I'll give this further thought though!
And again with regard to the Mystery Comma, I checked the exact (preposterously long) version number of that user's IE and it was identical to mine! Virtually all her settings were too.
Did you check the accessibility settings?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Feb 4th, 2006, 15:05
New Member
Join Date: Feb 2006
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Re: IE6: random display failure

Quote:
Originally Posted by masonbarge
Did you check the accessibility settings?
Hmmm. Not being a habitual Windows user ( in fact I avoid it at all costs, apart from necessary testing of my work!) I hadn't thought to look into this. However, I've now looked to see exactly what these settings are, and unless her own style sheet is identical to that on the site, I would say she hasn't touched them. In other words, the pages (the ones that worked!) looked exactly as I'm accustomed to seeing them on my own machines. So thanks again, but I don't think that's the problem.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Feb 5th, 2006, 08:54
Junior Member
Join Date: Feb 2006
Age: 40
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Re: IE6: random display failure

Can see it myself on IE 6.0.20 running on xpsp2. The problem occurs when the browser size reduces to just above 800px wide when the main content box stops reducing in size, goes blank and remove 3 of the rounded corners, same happens in my test version of ie5.5 both these running on my main pc, yet my laptop it is fine?? Only difference is Product ID of IE6, one ends in -00110 (has problems) the other -00101 is ok. PM me for a .jpg of the problem as taken from browsercam.com.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Feb 5th, 2006, 09:39
Junior Member
Join Date: Feb 2006
Age: 40
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Re: IE6: random display failure

Sent you a pm direct with attach.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old Feb 6th, 2006, 15:24
New Member
Join Date: Feb 2006
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Re: IE6: random display failure - solved

Yes, with invaluable help from Ward, the bug has been (more or less) squashed. It turned out that commas, italics and so on were red herrings and it was all down to a window width problem - the bug exhibited itself when the window got too narrow.

Various tweaks of the CSS got it to the point where the content no longer disappeared, but instead, if the window was too narrow, the main content dropped to below the level of the bottom of the sidebar.

So at least it was still there and functional, and the rest seemed to be down to the content itself, which I've adjusted in a number of ways so that now the window has to be seriously narrow for the problem to occur - so narrow as to be unlikely enough that I don't feel I have to worry too much, even though the behaviour in IE/Win is still wrong. No other browser I've tried, including IE/Mac, does it.

It may well be that there's some other tweak I can apply to stop the problem altogether, and if I find it of course I'll apply it, but I'm no longer panicking about it!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
ie6, random, display, failure

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Paypal PDT Subscription charge failure nate2099 PHP Forum 3 Oct 4th, 2007 13:25
Random .swf on refresh jtyoungs JavaScript Forum 2 Sep 19th, 2007 12:48
Recognized ram failure RZX Developer Webforumz Cafe 12 Sep 18th, 2007 18:16
random benbramz Classic ASP 5 Jul 18th, 2005 05:01
Random records.. u2orange Databases 6 Mar 8th, 2004 09:31


All times are GMT. The time now is 06:19.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42