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:
- Open Firebug at https://getfirebug.com/
- Switch to the HTML panel and there to the Style side panel
- Right-click the Style panel tab and choose Colors as HSL
- 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)
- 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
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:
colorproperty inside thebodyrule=> The inline editor opens and shows
hsl(0, 0%, 20%)as an entry of the Firepicker popup. (OK)=> The color picker doesn't recognize the HSL value and displays the default (black) value.
Sebastian