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
Comments
Comment #1
garymgordon commentedIt 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.
Comment #2
webchickThis 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!
Comment #3
chx commentedSetting this to critical is ridiculous.
Comment #4
RobRoy commentedI 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.
Comment #5
sepeck commentedscreenshots 800x600 front page
Comment #6
sepeck commentedtracker
Comment #7
sepeck commentedproject/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.
Comment #8
sepeck commentedforums
Comment #9
sepeck commentednews announcement forum
Comment #10
webchickUh. 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?
Comment #11
sepeck commentedSo, 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
Comment #12
chx commentedAlready we have 2% of this pestilence and it's not yet a mandatory upgrade. Sh!t.
Comment #13
webchickThis is a bit more appropriate title.
Comment #14
moshe weitzman commentedguys - 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.
Comment #15
heine commentedFrom http://www.rickhurst.co.uk/2006/09/01/ie7-plays-peekaboo-to-a-new-level/
Comment #16
heine commentedIE 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.
Comment #17
heine commentedActually, it seems that anything that triggers hasLayout in IE 7 can be applied to the conten wrapper div (eg min-width: 0;)
Comment #18
Stefan Nagtegaal commentedYou can fix all the layout problems on drupal.org with IE7 with some "zoom: 100%;" inside your CSS.
Comment #19
heine commentedPatch uses non standard & non validating zoom.
Comment #20
chx commentedWe do not validate anyways thanks to wbr . I _know_ there is no alternative to that, I am not complaining, I am stating a fact.
Comment #21
sepeck commentedapplied by killes. Content is now visible in Drupal.org content area
Comment #22
moshe weitzman commentedplease apply this patch to bluebeach theme in private cvs repos so that groups and api sites can get the ie7 fix.
Comment #23
killes@www.drop.org commentedI've committed to private cvs and updated groups.d.o.
Comment #24
(not verified) commented