I already can't stand working with IE7 but now I ran into an issue that is driving me nuts:
I've never ran into this issue before and I have no idea how to debug this. Any help would be appreciated.
edit: the cause of the issue is selectivizer with font-face, this will crash the browser.
Alright, I had to dig really deep to figure this one out.
The main issue is using IE7.js - IE9.js or Selectivizr.js with font-face
, these do not work well with IE7 (works fine with IE9 in compat. mode) this will lock up the browser completely.
The work around I found was to first remove font face delcarations from my CSS and move it to a seperate CSS file. Then run Webfont Loader (http://code.google.com/apis/webfonts/docs/webfont_loader.html) AFTER Selectivizr. Now everything works fine.