Apple Details CSS Bugs in Internet Explorer for Mac
Isbiten writes "An article at Apple Developer Connection discusses all the CSS bugs in Microsoft Internet Explorer, and compares IE to other browsers, including Mozilla." Wow, they sure do.
← Back to Stories (view on slashdot.org)
Glad to see they got some of their data from CodeBitch's Mac Bug List.
Her column is bloody excellent for browser discussion. Always informative and well researched.
I could be wrong, but none of those bugs seemed to address the major problem I have with IE on Mac (apart from it being dog slow...), that weird bug where it doesn't render large slabs of a page at all unless you click on it or resize the window...
unless that's a result of the overflowing/clipping bug...
i don't read slashdot anymore.
I've actually found Mozilla to work on more sites than Chimera does at the moment...
I like the look and idea of Chimera, but I read the Sydney Morning Herald online a fair bit, and it regularly crashes if you go to an article and then go back to the main page. Something to do with their annoying flash ads..
plus I get to use the GoogleBar....
i don't read slashdot anymore.
Now, correct me if I am wrong, cause, hey, I probably am, but does this not seem like just one more subtle insult from Apple to Microsoft? Well-deserved, I might add, but why all these recent jabs?
The switch ads are the obvious, but I find this, and the fact that MS's recent fake switch ad made it to Apple's Hot News page quite interesting from a company that publically expressed all is well between them and MS.
Besides, When you're trying to convince MS users that they can use Mac versions of programs they are used to, why point out serious flaws in one of the biggies??
Unless, of course... you have something better you're planning to push.... (Which I'm not saying must be the oft-rumored iBrowse. Could just be Mozilla)
John Kenneth Fisher
Table of malContents
If so, then the Mac version of MSIE must have much better CSS support than MSIE on Windows.
On Windows MSIE nothing works. Want to use visibillity: collapse? You get crap. Want to collapse borders? No way. Want to use someelement > * all-childs-of-someelement selection? MSIE doesn't bother to understand. Want to use [attiribue=...]? Oh Lord! What's this? And on top of that specifying font-family: sans-serif makes the silly thing to render empty squares in place of Unicode characters (though Unicode Arial is installed)
My pages look exactly as specified in Gecko, fine in Konqueror, acceptably in Opera, ... but MSIE (on Win) renders only crap.
Life is the slowest way to death.
They don't have to bundle Explorer anymore, the five-year agreement with MS is over. But Chimera is still in beta, OmniWeb is not finished, Mozilla is a bloated suite, Opera is not ready for prime time...
It's called "constructive criticism". No need to take such a "love it or leave it" attitude. You can like something and still find fault with it.
I live ze unknown. I love ze unknown. I am ze unknown.
Apple's article demonstrates a "hack" that allows you to target Mac versus Explorer browsers by escaping the asterisk in a closing comment tag. On Windows this causes the browser to "miss" the closing tag and process the css that follows. Needless to say this is a very bad piece of advice on every level. Do not use the so-called "backslash hack." Either Microsoft will fix this Explorer bug and break your code, or they'll *never* fix it because it's too widely depended-upon (like the Windows Registry, for example). Either way this article's author should know better.
-- thinkyhead software and media