Closed olezt closed 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" />
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.
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.
@johngomersall Thanks for the fix. Released in v3.1.2
Color picker hue looks empty on InternetExplorer. (tested on IE11)