Loading... Please wait.

Tuesday, March 3, 2009

Another Reason to Hate Microsoft

I have been using Chrome since I started this blog and I didn't really feel the need to check with other browsers. I thought everything's dandy until I suddenly had the urge to use IE7. There it was - Operation aborted - while the page was loading. What the ****? Firefox seems to be okay. Safari too. I don't know about Opera though. So I did some tracing and found out that the problem is with the javascript for Lightbox. Apparently, IE7 has an issue with 'domready'. IE bug? I'm pretty sure it is.

This did the trick. At the last line of the Lightbox script, I replaced
  • window.addEvent('domready', Lightbox.init.bind(Lightbox));
with
  • window.addEvent('load', Lightbox.init.bind(Lightbox));

If only my favorite games could run on Linux (Blizzard, can you hear me?!), I would have been using Ubuntu by now. I miss Tux. T_T

No comments:

Post a Comment

Related Posts with Thumbnails