regniraj / dat-gui

Automatically exported from code.google.com/p/dat-gui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Color Pickers return strings instead of the original format if I click into the value field

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. Open attached file in a web browser.
2. Click into the color text field of the dat GUI.
3. Click into the document's body. (Actually you can click anywhere, just make 
sure the text field loses focus.)

What is the expected output? What do you see instead?
The span in the upper left of the page should contain: {"r":255,"g":0,"b":0}
In particular it should be an RGB object.
Instead I get: "#ff0000"

This behavior contradicts the documentation:
http://workshop.chromeexperiments.com/examples/gui/#4--Color-Controllers
"dat.GUI will modify colors in the format defined by their initial value."

What version of the product are you using? On what operating system?
I am using Google Chrome on Mac OS X 10.7, but I guess this issue is platform 
independent.

Please provide any additional information below.


Original issue reported on code.google.com by lysann.k...@gmail.com on 1 Feb 2012 at 5:22

Attachments:

This is a good catch. While I'm manipulating the color via dragging, the type 
remains true to the original. Its once you focus and unfocus the *text-box* 
component that it forces it over to hex.

Original comment by georgebr...@google.com on 27 Feb 2012 at 3:56

  • Added labels: Priority-High
  • Removed labels: Priority-Medium