bug

Be careful with getComputedStyle

Sometimes you really need to check whether an element is in the document already before calling some DOM methods.
See http://www.hedgerwow.com/360/bugs/dom-get-computed-style.php

DOM
CSS
bug

Comments (0)

Permalink

How many stacks can JavaScript handle?

Some bad about closures and Safari, again. :-<
http://www.hedgerwow.com/360/dhtml/js-max-callstacks/demo.html

JavaScript
bug
Safari

Comments (1)

Permalink

Taming opacity with Texts for Internet Explorer

Now you can have background image for translucent texts :-D

http://www.hedgerwow.com/360/bugs/fix-ie-opacity-text.html

CSS Hack
CSS
IE only
bug

Comments (2)

Permalink

Internet Explorer reset Anchor’s innerHTML incorrectly if a new “href” is assigned

One of my fellows in Yahoo!, Andrew Wooldridge asked me a wacky behavior on Internet Explorer while he’s working on some fancy URL redirect functions with JavaScripts and I think it’ll be better if I document this bug and share with people who might have the same problems.

Here’s the example:
http://www.hedgerwow.com/360/bugs/ie-anchor-bug.html

thanks.

DOM
IE only
bug

Comments (2)

Permalink