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

HSL display breaks the color picker #25

Open
SebastianZ opened this issue Sep 27, 2012 · 2 comments
Open

HSL display breaks the color picker #25

SebastianZ opened this issue Sep 27, 2012 · 2 comments

Comments

@SebastianZ
Copy link

Since 1.10a10 Firebug allows to switch the display of colors between hexadecimal, rgb and hsl. The hex and rgb display work fine with Firepicker, but hsl is breaking the picker - i.e. it just displays the default value when being opened.

Test case:

  1. Open Firebug at https://getfirebug.com/
  2. Switch to the HTML panel and there to the Style side panel
  3. Right-click the Style panel tab and choose Colors as HSL
  4. Click the value of the color property inside the body rule
    => The inline editor opens and shows hsl(0, 0%, 20%) as an entry of the Firepicker popup. (OK)
  5. Click the entry in the popup to open the color picker

=> The color picker doesn't recognize the HSL value and displays the default (black) value.

Sebastian

@caipre
Copy link

caipre commented Jan 18, 2013

Can this issue be reopened?
Using Firebug 1.11.1 with Firepicker 1.4.3 I get [object Object] rather than an HSL color value.

@SebastianZ
Copy link
Author

I can confirm that using 1.12a1.

Sebastian

@thedarkone thedarkone reopened this Jan 19, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants