You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
Original issue reported on code.google.com by
lysann.k...@gmail.com
on 1 Feb 2012 at 5:22Attachments:
The text was updated successfully, but these errors were encountered: