Skip to content

HSL display breaks the color picker #25

Description

@SebastianZ

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions