Add advanced color picker
Categories
(Firefox for Android :: Browser Engine, enhancement, P3)
Tracking
()
People
(Reporter: gl, Unassigned)
References
(Blocks 1 open bug)
Details
From github: https://github.com/mozilla-mobile/android-components/issues/4215.
Split from #3480
Fennec has a nice picker for
<input type="color">that we have ported over to A-C. However, its limited to only selecting predefined colors.An advanced mode for the Fennec color picker was designed but seemingly not implemented, and we should implement that mode too.
https://blog.mozilla.org/ux/2013/12/a-new-colour-picker-on-firefox-for-android/
┆Issue is synchronized with this Jira Task
Change performed by the Move to Bugzilla add-on.
Comment 1•3 years ago
|
||
The severity field is not set for this bug.
:cpeterson, could you have a look please?
For more information, please visit auto_nag documentation.
Updated•3 years ago
|
Comment 3•3 years ago
|
||
I was wrong during triage - we haven't added support for the advanced picker yet. I think this should be an enhancement though.
Updated•3 years ago
|
Comment 4•3 years ago
|
||
We decided that we need product input to decide whether we would need this enhancement or not.
Comment 5•3 years ago
|
||
This might make an okay good-first-bug. Color inputs are rare on the web. It would be nice for the user to be able to use an advanced option to set the seven character hex color and either here or in a followup add Hue, Saturation and Brightness level and transforming that to the seven character hex color.
Can this enhancement maybe be reconsidered? In my web bubble color pickers are a common occurrence, and are unusable with FF mobile, being only able to select from 10 fixed colors. IMO web apps shouldn't have to work around this FF mobile limitation with custom JS color pickers when the expected and de-facto standard browser behavior is displaying a color picker that allows custom colors.
Comment 7•1 year ago
|
||
To reasonably be able to support the new alpha attribute on colour inputs the Android colour picker needs updating to include the advanced mode (arguably it should just always be in advanced mode because the current simple UI is useless). The advanced mode would then need updating to optionally provide an alpha slider.
Description
•