Closed
Bug 1337867
Opened 8 years ago
Closed 5 years ago
Color picker tool, lumilance is not updated when entering a hex color
Categories
(Developer Documentation Graveyard :: CSS, defect, P3)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: panost, Assigned: fs)
References
()
Details
(Whiteboard: [specification][type:bug])
What did you do?
================
1. Copy the hex value def color #C14242 which has L:50%
2. Pick dark color from the rectangular color picker. lumilance does change to a small value ie 5%
3. Paste the def color #C14242 to the input and hit enter. All the values change except lumilance to the HSL control
What happened?
==============
The HSL control displays
hsl(0, 65%, 5%)
lumilance didn't change, is still 5%
What should have happened?
==========================
the HLS control should be
hsl(0, 50%, 50%)
lumilance should change to 50%
Is there anything else we should know?
======================================
Toggling HSV and HSL using the button at bottom right, fixes the problem
| Assignee | ||
Updated•8 years ago
|
Component: Wiki pages → CSS
Product: Mozilla Developer Network → Developer Documentation
Updated•8 years ago
|
Comment 2•6 years ago
|
||
Assigning to fscholz, as per DocTracker info.
Assignee: nobody → fscholz
Priority: -- → P3
Comment 3•5 years ago
|
||
MDN Web Docs' bug reporting has now moved to GitHub. From now on, please file content bugs at https://github.com/mdn/sprints/issues/ and platform bugs at https://github.com/mdn/kuma/issues/.
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•