Open
Bug 1507701
Opened 7 years ago
Updated 3 years ago
Make disabled color inputs more distinguishable from enabled ones
Categories
(Core :: Layout: Form Controls, defect, P4)
Tracking
()
NEW
People
(Reporter: sebo, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(2 files)
Disabled color inputs (<input type="color" disabled>) are barely distinguishable from non-disabled ones, only the button face and the borders of the buttons have a little different color (at least on Windows).
Therefore I suggest to also change the display of the color sample when the element is disabled, e.g. make it semi-transparent or gray.
Sebastian
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
I agree that it's nearly impossible to tell if a color control
is disabled or not. Setting 'opacity' though makes it look like
a different color is selected, which is also undesirable. (I'm
guessing that's why we don't do that.) I also note that Chrome
renders the testcase pretty much the same as we do currently,
at least on Linux. So I don't see any easy solutions to this
if we want to display the selected color unchanged. We can't
set a background / border because that will disable the theme.
Perhaps we could change the shape / size or stencil it somehow?
Severity: normal → minor
Keywords: testcase
OS: Unspecified → All
Priority: -- → P4
Hardware: Unspecified → All
Reporter | ||
Comment 3•7 years ago
|
||
(In reply to Mats Palmgren (:mats) from comment #2)
> Perhaps we could change the shape / size or stencil it somehow?
Yes, if working with opacity is not an option, a stencil/groove effect may work. I just realized that this was also what I suggested many years back in bug 427619 comment 10. :-)
Sebastian
Updated•3 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•