Slashdot Mirror


CSS Support IE 7.0's Weakest Link

dilbertspace writes "Anyone who has ever developed a website knows that cross-browser and cross-platform compatibility is a nightmare, mainly due to Microsoft's willful non-compliance with the CSS2 standard. As this eWeek article points out, it seems Microsoft will continue their poor support for CSS2 even in the IE 7.0 release. This may have worked when IE was the only game in town, but now that Firefox is a serious player, it won't help them keep market share as they think it will."

1 of 339 comments (clear)

  1. Re:Don't count on it by masklinn · · Score: 5, Informative
    every page I visit seems to increases the Working Set by a couple of megs of ram.
    It doesn't just "seem to", your impression is right, it does. There's been a nice bug for quite a few years (3? 4?) in the engine which causes the browser to not release most of the memory it consumes, and just use more and more.
    It's very clear on some machines, less on others, it's worse when you use tabbed browsing a lot (the memory leak happens when you close a tab, the memory it used isn't always released)

    The good thing is that this bug has been fixed in Mozilla 1.8 (the one that'll never get released, you know...)
    The slightly less good one is that the fix will only land in Firefox when said firefox'll fuse with Gecko 1.8 (the current trunk), and thats Firefox 1.1

    Summary: there is a memory leak bug in Firefox tabs, it's been known for years, it blows and can cause sever instabilities on some computers, it's completely random (aka you can be lucky and run FF np with 64Mb RAM, and you can be unlucky and have it hog 500Mb every time you use it) and worsens if you keep the same browser window (not tab, window) for extended periods of time. That bug still exists in Firefox 1.0.1 and will still be in 1.0.2, it'll be fixed in Firefox 1.1 which is supposed to be released in 2-3 months.

    Recommandation: if you happen to get hit by the "CrappySlowMemoryHogFirefox" and can't bear it, don't switch back to MSIE, use Opera instead, it runs fine, is fast, has a quite low memory foot print and a quite good support of HTML and CSS.

    Additional Informations: one of the great strengths of Firefox is the XUL extensions system, but it's also (obviously) it's biggest weakness: some extensions can have memory leaks on their own or cause slowness or crashs. One of the most well know "unstable" extension is "Tabbrowser Extension", which is arguably the best Tabbed Browsing extension feature wise, but is also the most bloated and dangerous one (and one of the worst and most random Firefox extensions, even the author himself says so).
    If your firefox is unstable/slow and you use TBE, uninstall it or create a new "clean" profile before dissing FF...

    Oh, BTW, about the extensions, do pay visits to websites like The Extensions Mirror, one can get true wonders and squeeze the best out of Firefox with the good extensions plugged in
    --
    "The way we can tell it's C# instead of Haskell is because it's nine lines instead of two." -- wadler