jquery / jquery-color

jQuery plugin for color manipulation and animation support.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiselect <option> elements do not animate correctly in IE

malnormalulo opened this issue · comments

Problem encountered running IE10, using jquery-color 2.1.2 with both jQuery 1.11.0 and jQuery 2.1.0

An option element inside a multiselect will not animate its color correctly in IE, although this works properly in FF. (I have not tried it in other browsers.) The animation seems to update only when the cursor is moved onto a form element. Fiddle here.

This is just a rendering bug in IE. See http://jsfiddle.net/4bf4x9g4/5/ which doesn't use animation at all. Click the red button, wait more than 500ms, notice that the color doesn't change. Move your mouse and the color will update.

Alternatively, move your mouse back and forth over the select in the original fiddle and watch the color animate.

Certainly not surprised that it's a bug in IE. I thought accounting for such idiosyncrasies was within the scope of jQuery -- my mistake.