ruhley / angular-color-picker

Vanilla AngularJS Color Picker Directive with no requirement on jQuery
http://ruhley.github.io/angular-color-picker/
MIT License
165 stars 78 forks source link

Color picker hue looks empty on IE #148

Closed olezt closed 7 years ago

olezt commented 7 years ago

Color picker hue looks empty on InternetExplorer. (tested on IE11)

ruhley commented 7 years ago

The color picker uses linear gradients to display these. Are you able to force IE to render using the latest standards? Adding the following tag to the html <head> block should fix it up.

<meta http-equiv="X-UA-Compatible" content="IE=Edge" />

olezt commented 7 years ago

Sorry I don't have the time to test this since I already proceed with another colorpicker, but the problem is visible also in your gh-page demo, so you can give it a try there.

Edit: I actually tried it to your gh-page, it did not work.

johngomersall commented 7 years ago

I've seen this too. It looks like the height:100% style isn't working on the color-picker-overlay. I'm working around by hard-coding the height to 150px.

ruhley commented 7 years ago

@johngomersall Thanks for the fix. Released in v3.1.2