Back to Entries

IE9 a:active state sticks

Date: 2013-08-24
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.