Closed ascott1 closed 9 years ago
I can't actually replicate the issue this is supposed to fix. :fearful:
That's a good thing! (Aside from the wasted time... ). Maybe it's something weird with the IE9 VM I have.
Closing this. The couple of worthwhile things in here will be in a new pull request.
IE9 was continually crashing after a few seconds. It took several days to diagnose that the problem was two concurrent elements styled with
display:none
. Usingvisibility:hidden
changes the design slightly, so is only applied to IE9.This also removes the compiled CSS from the repo since we're no longer checking in the JavaScript.