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
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.
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
The text was updated successfully, but these errors were encountered:
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:
color
property inside thebody
rule=> 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
The text was updated successfully, but these errors were encountered: