CSS-Tricks / AnythingSlider

A jQuery Slider plugin for anything.
http://css-tricks.github.io/AnythingSlider/
GNU Lesser General Public License v3.0
1.15k stars 380 forks source link

Left/right buttons stuck in active state #502

Closed jhadenfeldt closed 11 years ago

jhadenfeldt commented 11 years ago

After using the left/right buttons in FF and IE, they remain in the active state until the button on the opposite site is used. anythingslider-bug

Mottie commented 11 years ago

Hi greyscales!

Can you share a demo of this situation? And/or describe the conditions in more detail?

jhadenfeldt commented 11 years ago

A demo would be here: http://css-tricks.github.com/AnythingSlider/#&panel1-6&panel2-1

Reproduction of this issue is fairly simple:

  1. Use Firefox 19 or Internet Explorer
  2. Click on the left or right button

This causes the buttons stay in the blue highlighted state.

Mottie commented 11 years ago

Oh, that's just because the buttons still have focus. Click anywhere else on the page and they will return to grey.

If you absolutely hate it, just remove the css that has a.hover on lines 137 and 142 of the anythingslider.css file; or whatever theme file you happen to be using - just search for a.hover.