Date:
2013-08-24
Status:
release
Tags:
programming
notes
In IE9, when testing with Capybara, I found that a:active state sticks.
I fixed this using jquery.blur() on the element that was sticking. Of course it works well without this workaround in Firefox and Chrome.