Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Color picker does not display correctly in IE9 #25

Open
GoogleCodeExporter opened this issue Oct 21, 2015 · 1 comment
Open

Color picker does not display correctly in IE9 #25

GoogleCodeExporter opened this issue Oct 21, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Go to this URL in IE9: 
http://workshop.chromeexperiments.com/examples/gui/#4--Color-Controllers 
2. click on one of the color entries in dat-gui

What is the expected output? What do you see instead?
expected to see the square gradient color image and rectangular color band 
images display in the color picker. Instead neither show up in the picker. Note 
the picker still generally works, just hard to know what color you are choosing.


What version of the product are you using? On what operating system?
a very recent build of dat-gui, at most a couple days old (today is 14/11/2012)

Windows 7, IE9


Please provide any additional information below.
all other browsers are fine.

Original issue reported on code.google.com by [email protected] on 15 Nov 2012 at 6:53

@GoogleCodeExporter
Copy link
Author

This is because IE9 does not support linear-gradient. I am going to try my hand 
at a filter: progid:DXImageTransform.Microsoft.gradient based solution, and 
also a canvas based solution (ugh!)  

If I am successful, I will send you guys a patch.

Original comment by [email protected] on 16 Nov 2012 at 1:07

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant