bebraw / colorjoe

Scaleable color picker with touch and AMD support (MIT)
http://bebraw.github.io/colorjoe/
MIT License
569 stars 68 forks source link

Unprefixed Linear-Gradient rules aren't working properly. #22

Closed tswaters closed 10 years ago

tswaters commented 10 years ago

Great colorpicker. I noticed an issue trying to integrate into a WinJS windows application. The CSS rules aren't using the MS prefix -- which should be OK because IE11 supports it unprefixed. However, there is a syntax proble with the rule that causes it to not work. The reason it works in the other browsers is their vendor prefixes are present.

tswaters commented 10 years ago

I've created a patch for this, #23