Topic: Good Morning, does IE8 Suck for Anyone Yet? (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=30923" title="Pages that link to Topic: Good Morning, does IE8 Suck for Anyone Yet? (Page 1 of 1)" rel="nofollow" >Topic: Good Morning, does IE8 Suck for Anyone Yet? <span class="small">(Page 1 of 1)</span>\

 
Maskkkk
Paranoid (IV) Inmate

From: Johnstown, PA
Insane since: Mar 2002

posted posted 03-20-2009 16:58

I just started working with this thing and it's terrible, doesn't render right, and it wouldn't be so bad if it was at least consistent....

When I initially load the page, well then it isn't that bad...I get maybe a little problem with the menu:
(Update: which I fixed using IE7 Compatibility mode for IE8:

code:
<!-- Meta tag for IE8 so that it always displays the site in IE7 Compatibility mode -->
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />


)



But if I reload the page...using F5 or the Reload button...I get the following...



Seriously, is this thing really out of beta? alpha even? This is bad even for Micro$oft!!!



- AIM: MASKKKK

01001101011000010111001101101011011010110110101101101011

reisio
Paranoid (IV) Inmate

From: Florida
Insane since: Mar 2005

posted posted 03-21-2009 03:17

I've actually been... I don't want to say impressed, but pleasantly surprised at how much less it sucks than what I expected. I haven't used it much yet, so I'm sure I'll find plenty of new things to hate about it, but upon a preliminary look at a lot of sites, it seems to do well.

About your code:
Does it work okay in Firefox?

From the screenshots, I can tell you right now you're coding it wrong regardless.

Finally, the opt-in IE7 rendering via meta tag. This is proprietary code, which is bad for the internet; more importantly you certainly do not need it.

DavidJCobb
Nervous Wreck (II) Inmate

From:
Insane since: Mar 2009

posted posted 03-21-2009 03:28

That's... bad! Are those two halves two different elements that are floated? ('Cause then the problem could just be inconsistent text wrapping having a negative effect on floated elements.) Or is IE8 actually slicing one element in half?

----------------------
dA

Karl
Bipolar (III) Inmate

From: Phoenix
Insane since: Jul 2001

posted posted 03-23-2009 23:37

Is that a unicorn zebra, a unicornebra? And is that a pigebra?
Haha! Funny

[edit]
Realizing that there are no unicorns, but a flying horse zebra..
[/edit]

(Edited by Karl on 03-23-2009 23:38)

Maskkkk
Paranoid (IV) Inmate

From: Johnstown, PA
Insane since: Mar 2002

posted posted 03-24-2009 23:17

@reisio
Yeah, it works in Firefox, Chrome, IE6, IE7, Safari...just not IE8...

And I split the image in half, maybe that was bad, I should opt for something like one big image and use CSS Sprites to emulate an image map...what do you think?

(Also the damn images load way too slow if you are on 100MB per second)

@Karl
I don't do the marketing around here...I was given this to throw up on the Internet by the marketing department.

DavidJCobb
Nervous Wreck (II) Inmate

From:
Insane since: Mar 2009

posted posted 03-25-2009 01:52

I'd break the image and the layout, but not in half. Give each chunk its own DIV. I'd also ask your marketing department for a text-less copy of the image, and then use CSS to overlay the text on it -- people with screen-readers'll be able to access it better that way.

IMHO your marketing department's design looks like it'd work well in a magazine, but not on the 'Net. Please tell me they don't want the whole site looking like that.

----------------------
dA

Maskkkk
Paranoid (IV) Inmate

From: Johnstown, PA
Insane since: Mar 2002

posted posted 03-25-2009 14:44

@DavidJCobb Well to be fair, they were just throwing this one up pretty fast. There's a better design in the works, but I just need enough time to put it up, and thus far the clients haven't given me that.



- AIM: MASKKKK

01001101011000010111001101101011011010110110101101101011

DavidJCobb
Nervous Wreck (II) Inmate

From:
Insane since: Mar 2009

posted posted 03-25-2009 21:35

K. Well, good luck trying to get it to work.

----------------------
dA

Maskkkk
Paranoid (IV) Inmate

From: Johnstown, PA
Insane since: Mar 2002

posted posted 03-27-2009 14:54

I no longer think I'm the only one having this issue...for instance, I opened up Google Analytics yesterday (and then refreshed the page) and here is what I saw:





Notice how the sidebar is all down on the bottom instead of on the side?

(Edited by Maskkkk on 03-27-2009 14:56)

Maskkkk
Paranoid (IV) Inmate

From: Johnstown, PA
Insane since: Mar 2002

posted posted 03-27-2009 15:05

Google Analytics has exactly the same behavior that I get when loading http://www.xebra.com/

If I load up the site by pressing <enter> on the address bar, everything looks fine.

But if I press the F5 key or refresh button, the site looks as it does above.



- AIM: MASKKKK

01001101011000010111001101101011011010110110101101101011

Nathus
Bipolar (III) Inmate

From: Minnesota
Insane since: Aug 2003

posted posted 03-27-2009 17:21

a little off topic, but are you going to be optimizing the size of the images on the page? I went to take a look and it takes me a really long time to load the site. initial load times were around 1 minute.

According to YSlow toolbar, you have 5 CSS background images totaling 1083K and 4 images totaling 487k.

Maskkkk
Paranoid (IV) Inmate

From: Johnstown, PA
Insane since: Mar 2002

posted posted 03-27-2009 19:58

That isn't up to me...my boss is really finicky about the quality of the images that are displayed...*herm*...yes I think that's stupid too...

P.S. They have Gigabit Ethernet...(and yes, I realize the rest of the world doesn't!)

(Edited by Maskkkk on 03-27-2009 19:59)

DavidJCobb
Nervous Wreck (II) Inmate

From:
Insane since: Mar 2009

posted posted 03-27-2009 20:50

I think I see the problem: IE8 is being retarded with floats. Why this retardation is triggered by refreshing is unknown to me but the fact that it happens is no surprise -- I expected (I think we all did) IE8 to screw up some hugely-important aspect of web coding.

----------------------
dA

CPrompt
Maniac (V) Inmate

From: there...no..there.....
Insane since: May 2001

posted posted 03-27-2009 22:30

apparently MS's own sites break in IE8 as well. MSN, Microsoft.com...all of them. Nice!

Later,

C:\

DavidJCobb
Nervous Wreck (II) Inmate

From:
Insane since: Mar 2009

posted posted 03-28-2009 01:48
quote:

CPrompt said:

apparently MS's own sites break in IE8 as well. MSN, Microsoft.com...all of them. Nice!Later,C:\


Dude, are you serious? That's hilarious! Reminds me of a pic someone posted at my forum -- the URL's here, I'm not including it directly because its brightness level would very painfully contrast with that of this forum.

----------------------
dA

reisio
Paranoid (IV) Inmate

From: Florida
Insane since: Mar 2005

posted posted 03-28-2009 02:12
code:
Win+R
cmd
C;\Users\captainAmazing> ftp -A releases.mozilla.org
ftp> get
Remote file "pub/mozilla.org/firefox/releases/3.0.6/win32/en-US/Firefox Setup 3.0.7.exe"
Local file "Firefox Setup 3.0.7.exe"
ftp> quit
C:\Users\captainAmazing> exit

CPrompt
Maniac (V) Inmate

From: there...no..there.....
Insane since: May 2001

posted posted 03-28-2009 03:50
quote:

DavidJCobb said:

Dude, are you serious?



very

@reisio : i see that's vista you're using there...captainAmazing

Later,

C:\

DavidJCobb
Nervous Wreck (II) Inmate

From:
Insane since: Mar 2009

posted posted 03-28-2009 14:32

Hm. If only there were a web development equivalent to FailBlorg.org ... I know what I'd call this fail: "Standards Fail".

----------------------

dA

(Edited by DavidJCobb on 03-28-2009 14:38)

WebShaman
Lunatic (VI) Mad Scientist

From: The Happy Hunting Grounds...
Insane since: Mar 2001

posted posted 03-29-2009 13:40

You mean there are still peeps out there using IE?

Whatever for?

WebShaman | The keenest sorrow (and greatest truth) is to recognize ourselves as the sole cause of all our adversities.
- Sophocles

Blaise
Paranoid (IV) Inmate

From: London
Insane since: Jun 2003

posted posted 03-30-2009 11:35

I have to say though, there is no perfect browser, I use FF on Ubuntu and it's a pain in the arse, however I don't envy you using IE8

Maskkkk
Paranoid (IV) Inmate

From: Johnstown, PA
Insane since: Mar 2002

posted posted 03-30-2009 22:13

Ah,
*ahem*

Anybody know where I can submit this gargantuan bug to M$? So they can fix it in SP 8 of Windows Vista?

It's worth a try anyway...



- AIM: MASKKKK

01001101011000010111001101101011011010110110101101101011

Maskkkk
Paranoid (IV) Inmate

From: Johnstown, PA
Insane since: Mar 2002

posted posted 03-30-2009 23:06

Say did they maybe fix this? I tried to replicate the bug today in the two sites I mentioned, and it doesn't seem to happen anymore...

Nathus
Bipolar (III) Inmate

From: Minnesota
Insane since: Aug 2003

posted posted 03-31-2009 16:56
quote:

Maskkkk said:

That isn't up to me...my boss is really finicky about the quality of the images that are displayed...*herm*...yes I think that's stupid too...

P.S. They have Gigabit Ethernet...(and yes, I realize the rest of the world doesn't!)



The backgroundghost.png is 1MB. You could add the background color to the image, and save it as a 100% quality jpg, and be around 150k.

poi
Paranoid (IV) Inmate

From: Norway
Insane since: Jun 2002

posted posted 03-31-2009 17:28

Maskkkk: we've got a 1GB line here ( ok it's for ~300 people ) and that xebra page took a whooping 39 seconds to load fully. That's ridiculous. Boss or not, he must realize that 1.6 MB for "that" is unacceptable.

I like how the CSS & XHTML validation badges are commented.



(Edited by poi on 03-31-2009 20:41)

Maskkkk
Paranoid (IV) Inmate

From: Johnstown, PA
Insane since: Mar 2002

posted posted 04-10-2009 00:36

Ah ha!

Someone else on the web told me that the problem was a JS debugger that I had installed (with IE7) which was causing the problem.

http://www.my-debugbar.com/wiki/CompanionJS/HomePage

I removed it and this solved the issue (so it was specific to just my browser).



- AIM: MASKKKK

01001101011000010111001101101011011010110110101101101011

DavidJCobb
Nervous Wreck (II) Inmate

From: United States
Insane since: Mar 2009

posted posted 04-10-2009 01:40

Oh, so the problem was caused by an external add-on?







IE still sucks.

----------------------



Post Reply
 
Your User Name:
Your Password:
Login Options:
 
Your Text:
Loading...
Options:


« BackwardsOnwards »

Show Forum Drop Down Menu