Back to Entries
Tags: programming notes
Status: release
Date: 2013-08-24

IE9 a:active state sticks


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.