Drupal.org unusable in IE7

garymgordon - October 20, 2006 - 03:30
Project:Drupal.org webmasters
Component:web site
Category:bug report
Priority:critical
Assigned:Unassigned
Status:closed
Description

When I loaded IE7 tonight. I went to DRUPAL.org, and tried to go to the support pages, and nothing shows up below the header. Everything is simply not showing up. I opened it up in Firefox, and everything is fine. IE7 doesn't like something.

But since I am new to using DRUPAL, I am concerned.

I haven't yet installed DRUPAL on my own site, I am only looking at DRUPAL.ORG. So, this is not a problem on "my server." The problem seems to be with DRUPAL and IE7.

Can someone tell me what the problem is, and if it is something I can fix on my end? Or is DRUPAL working on a fix for this "quickly"????

Thanks,
Gary

#1

garymgordon - October 20, 2006 - 12:21

It was very weird. I see the home page of DRUPAL in IE7 perfectly fine. But when I click on SUPPORT, I don't see most of the SUPPORT page at all. Please look at this and let me know what you feel might be the problem. And, can this be corrected on your website?

Thanks,
Gary

PS: Again, I am nervous to use and implement DRUPAL until it at least works perfectly well on your website in IE7, as well as other browsers. Thanks.

#2

webchick - October 20, 2006 - 20:22
Title:I just downloaded IE7 (10/19/06 at 11:00pm EST). It is not beta, and many Drupal pages don't appear.» IE7 has quirks on Drupal.org
Project:Drupal» Drupal.org webmasters
Version:4.7.4»
Component:base system» web site

This is an issue with Drupal.org's theme... Drupal itself shouldn't have an issue, although of course testing it to make sure would be very much appreciated!

#3

chx - October 20, 2006 - 22:20
Priority:critical» minor

Setting this to critical is ridiculous.

#4

RobRoy - October 21, 2006 - 00:45
Priority:minor» normal

I think this is at least a normal bug, IMO it is critical. This may not be AS critical as a "critical" bug for Drupal core, but as far as Drupal.org maintenance bugs go, to have a site pretty much completely borked in a new browser (even if it is IE) is pretty frickin bad, especially for Drupal's image. There have been quite a few infrastructure emails regarding this which means some magnitude greater of those users are coming to the site and getting so turned off they just leave immediately.

But of course if you change it back to minor and tell me I'm wrong, I will rightfully shut up.

#5

sepeck - October 21, 2006 - 01:46

screenshots 800x600 front page

AttachmentSize
ie7-800x600frontpage.jpg49.8 KB

#6

sepeck - October 21, 2006 - 01:47

tracker

AttachmentSize
ie7-1024x768tracker-loggedin.jpg86.82 KB

#7

sepeck - October 21, 2006 - 01:49

project/modules
this one is interesting. because it takes longer to load it will flash the content of the page then blank. This reminds me of the FOUC bug in older IE. Something to do with themes that use floats but I don;t remember the details.

AttachmentSize
ie7-1024x768project-modules.jpg86.23 KB

#8

sepeck - October 21, 2006 - 01:51

forums

AttachmentSize
ie7-1024x768forum.jpg82.92 KB

#9

sepeck - October 21, 2006 - 01:53

news announcement forum

AttachmentSize
news-announcement-forum.jpg85.28 KB

#10

webchick - October 21, 2006 - 02:02
Priority:normal» critical

Uh. Ok. In light of the fact that you can actually see NOTHING at all of these crucial places of the slte, I'm bumping priority back to critical. :P

Any CSS gurus around who want to give a shot at fixing this?

#11

sepeck - October 21, 2006 - 02:09

So, I realize that Firefox is the predominent browser for tech enthusiasts but reality is that MS is adding IE7 gold to automatic updates now and it will be distributed to a large number of Internet users. Some who actually like it better. Frankly, it does not matter.

Drupal.org does not display in IE7. I do not know what the numbers or breakdown of browser version is for Drupal.org access but it is and will be a dominant browser in the very near future. My site, tech oriented is 52% FF, 40% IE. My non tech site is 23% FF, 69% IE.

Already questions are appearing 'does Drupal display correctly in IE?' Having to explain it is a (not bug) quirk in IE7 css rendering engine is a drain in time and resources.

I am searching the Internet but frankly the Blue Beach theme is beyond my skillset so I can offer my time and willingness to test what ever fixes are attempted.

As an infrastructure issue, a site that will not display in what will soon be a dominent installed browser, it is critical. Whether addressed or not. Whether one's opinion of IE is negative or not. IE7 is a reality

#12

chx - October 21, 2006 - 02:14

Already we have 2% of this pestilence and it's not yet a mandatory upgrade. Sh!t.

#13

webchick - October 21, 2006 - 02:15
Title:IE7 has quirks on Drupal.org» Drupal.org unusable in IE7

This is a bit more appropriate title.

#14

moshe weitzman - October 21, 2006 - 02:51

guys - lets stop arguing about how critical this is ... make a patch, or find someone who will do it for us. i'm sure steven will review a patch. and if not, others can ... since the source code in this case is all emitted html and css, no need for developers to see the theme itself.

#15

Heine - October 21, 2006 - 05:00

From http://www.rickhurst.co.uk/2006/09/01/ie7-plays-peekaboo-to-a-new-level/

The reason for this [no content] appeared to be an even more aggressive version of the so-called peekaboo bug found in IE6, although this site works fine in IE6. By applying a (hack) of a 1% height to a div that contained the missing content, it now appears to be working OK in IE7 RC1. I haven’t filtered this hack out into an IE7 specific stylesheet yet, but will if I spot any undesired side effects. Maybe there’s a better way of fixing this? Time will tell, or maybe a stranger will.

#16

Heine - October 21, 2006 - 14:00

IE 7 needs, just like IE6 a height: 1%; to the #content-wrapper div. Unfortunately IE7 doesn't parse the _height property anymore, we now need something IE7 specific. Note, that this won't restore the header.

#17

Heine - October 21, 2006 - 14:05

Actually, it seems that anything that triggers hasLayout in IE 7 can be applied to the conten wrapper div (eg min-width: 0;)

#18

Stefan Nagtegaal - October 21, 2006 - 14:13

You can fix all the layout problems on drupal.org with IE7 with some "zoom: 100%;" inside your CSS.

#19

Heine - October 21, 2006 - 15:59
Status:active» patch (code needs review)

Patch uses non standard & non validating zoom.

AttachmentSize
bluebeach_content_ie7.patch.txt332 bytes

#20

chx - October 21, 2006 - 16:39

We do not validate anyways thanks to wbr . I _know_ there is no alternative to that, I am not complaining, I am stating a fact.

#21

sepeck - October 21, 2006 - 18:07
Status:patch (code needs review)» fixed

applied by killes. Content is now visible in Drupal.org content area

#22

moshe weitzman - October 22, 2006 - 13:31
Status:fixed» active

please apply this patch to bluebeach theme in private cvs repos so that groups and api sites can get the ie7 fix.

#23

killes@www.drop.org - October 22, 2006 - 15:16
Status:active» fixed

I've committed to private cvs and updated groups.d.o.

#24

Anonymous - November 5, 2006 - 15:32
Status:fixed» closed
 
 

Drupal is a registered trademark of Dries Buytaert.