Linked by Thom Holwerda on Tue 1st Sep 2009 15:31 UTC, submitted by KLU9
Thread beginning with comment 382247
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[5]: Just more of a good thing.
by Kroc on Fri 4th Sep 2009 10:30
in reply to "RE[4]: Just more of a good thing."
How about Opera not supporting position: absolute correctly on CSS generated content (and just spasming it over the page when you scroll), or balking at line-breaks in CSS selectors (which other browsers handle fine), or its second-rate JavaScript engine.
All browsers have bugs, so don’t point a finger at Gecko when Opera’s engine has plagued web-developers with equally inane problems for years. Opera’s marketshare is so low that developers can’t be bothered to debug for it, Google included (GMail/Opera debacle)




Member since:
2005-07-12
So you've never used it's "personal" features, or the ability to plug in data from 'notes'.
Oh yeah, good attitude there. If you think it's that important, go to opera's forums and put it in as a feature request - you might be suprised how quickly it will be implemented... Though I was unaware apple even had working multitouch (given I usually disable the trackpad and use a REAL tracking device this isn't suprising)...
Actually, I do take them to task for that - BUT, it does so much more out of the box I don't NEED extensions to it. Greasemonkey? Built in. Firebug? Built in. Flip navigation and gestures? Built in.
Ok, right there you showed you don't even know what you are talking about. Firefox is NOT more standards compliant than Opera - while on paper it has more things IMPLEMENTED that does not mean any of them are implemented PROPERLY. There are still gaping holes in it's HTML4 and CSS2 implementations (see bugzilla 915 to see just how far back these gaps date - try a decade!) which is why their adding CSS3/HTML5 shit before they even have HTML4/CSS2 done correctly pisses me off.
Such as?
Can you launch bookmarks with a single keystroke? Can you at a glance tell the various pages apart or do you have to read through your list to find it?
Ok, can anyone translate that into english for me?
Really? Hmm... Tools > preferences > network > proxy servers. Doesn't look any different... doesn't seem to work any differently from FF - just exactly what are you on about?!? Let's see in FF that's tools > options > advanced > network > Connection | Settings - yeah, pretty much the same options... Opera has a box to select HTTP 1.1 for proxy, FF has options to select Socksv4 or v5 (Opera auto-detects)
Never had a problem with proxies in O - I'd be interested to hear you explain just what you meant by 'better support'.
Starts downloads without so much as a by your leave, when you turn that off it loses said setting every time they run an update, and it seems to have been the core of the majority of my crashing/memory problems with FF since 0.89. That it's buggy as hell AND they route even stupid **** like saving images on a page you are currently viewing through it just excaserbates the problem until once again I end up hitting that wonderful 100% cpu forcing me to kill it's process...
Well with IE8 we now have javascript debugging tools, a developer tools system similar to Dragonfly/Firebug, a malware website blocker and quick links to security flushes under the 'safety' menu, 'accellerators' giving you ways to send your currently viewed page through services like language translation, ability to reload last browsing session, webslices being the equivalent of the 'live bookmarks' FF plugin, and don't forget the research panel.
While you cannot outright skin it (which is where Opera and FF both shine compared to other browsers) you can add new toolbars, change the functionality of any existing buttons, re-arrange the placement of most any control. Those pesky toolbars are just the tip of the iceberg on what ActiveX can do on IE. From an under the hood standpoint there is little if any difference.
Well, I don't use IE all that much apart from code testing, but off the top of my head there's Trixie, which is the IE equivalent to greasemonkey. There are activeX controls to add the ability to view file formats not normally supported - the flash plugin on IE is an activeX control. There are download magagers like Enterra, transfer managers (up and down) like Catalyst FTC, popup and ad killers like "Power IE", and some even work in BOTH IE and FF - Many FF extensions will in fact have activeX equivalents from the same person - like iMacros and Zemanta.
As a web developer I think you'll find mixed reviews on that, most of the 'webmasters' promoting FF so zealously doing so out of ignorance. It still has gaping holes in it's HTML/CSS implementations, still is doped to the gills with netscape-isms that cause rendering errors, still ignores the system metric on default fonts, and worst of all refuses to do math the same as anyone else resulting in multiple height declarations in anything other than px. It's still entirely possible to declare three elements one atop the other as 1em tall next to a 3em tall box, and have them NOT be the same height - just because the font-size doesn't divide evenly into pixels (an affliction every other engine seems to avoid), it plays random games with line-height meaning you pretty much need to explicitly declare it any time you change font-size, omitting top or bottom on an absolute element can result in completely misplacement, and don't even get me started over how "background-position:center" is calculated using different math than margin:0 auto; resulting in a 1px 'jog' - or how position:absolute; right:0; will often be short 1 pixel of where it should be if the parent element you are positioning off of...
...and to think people bitch about IE's 3px jog, at least that **** can be fixed with a valid doctype and haslayout.
Edited 2009-09-03 21:05 UTC