For once a German blog post: Einfach für Alle warns against the Firefox 2.0.0.8 update, since it seems to contain a few CSS bugs. I haven't seen this warning anywhere in the English blogosphere, and all documentation is in German.
The problem seems to be that floats with negative margins aren't cleared properly, and aren't properly contained in their parent element, either. (Source)
Good to know.
Mozilla
| Permalink
Useful table of Gecko versions used in the various Mozilla browsers.
Mozilla
| Permalink
John Resig explores them.
JavaScript, Mozilla
| Permalink
Brendan Eich on Mozilla 2 and what went before. Expected release date: 2008.
So the goals for Mozilla 2 are:
- Clean up our APIs to be fewer, better, and "on the outside."
- Simplify the Mozilla codebase to make it smaller, faster, and easier to approach and maintain.
- Take advantage of standard language features and fast paths instead of XPCOM and ad hoc code.
- Optimization including JIT compilation for JS2 with very fast DOM access and low memory costs.
- Tool-time and runtime enforcement of important safety properties.
I don't quite get all this, except for the "simplicity" bit, and I like that bit quite a lot.
Mozilla
| Permalink
responseXML is not available when you use document.domain to allow pages from several subdomains to communicate.
Data Retrieval, Mozilla
| Permalink
Memory leaks in Firefox 1.5
JavaScript, Mozilla
| Permalink
Stuart Langridge explains a Mozilla event that fires when you scroll with the mouse wheel. It's a bit silly to use a separate event when the scroll event is also there, but it's useful to know that you can actually detect the mouse wheel in Mozilla.
Events, Mozilla
| Permalink
Scott Andrew encounters the ghost of Netscape 4 and tries to squeeze it into Firefox.
JavaScript, Mozilla
| Permalink
Eric Meyer says Mozilla's print CSS compatibility sucks. From my own experiences I completely agree.
My Mozilla 1.75 WinXP crashes when I use Print Preview on http://alistapart.com/articles/pdf_accessibility
CSS, Mozilla
| Permalink
Overview of what's new in the Firefox 1.5 beta
Mozilla
| Permalink
Scott Andrew discovered that Firefox does support document.all
, which it's supposed to ignore. So Firefox now executes supposedly IE-only code branches.
Annoying, but since we haven't needed document.all
at all since IE 4 went down, it shouldn't be too big a problem for standards aware JavaScript sites.
DOM, Mozilla
| Permalink
Dedicated to providing solid information, documentation, and community for Mozilla and Firefox developers. Looks like an interesting initiative, and as far as I can see now the JavaScript and DOM pages might eventually take the place of the alas disappeared devedge JavaScript reference.
CSS, HTML, JavaScript, Mozilla, Reference
| Permalink