Opened 8 years ago
Last modified 6 years ago
#39681 new feature request
Add RGBA to Customizer color picker
Reported by: | melchoyce | Owned by: | |
---|---|---|---|
Milestone: | Future Release | Priority: | normal |
Severity: | normal | Version: | |
Component: | Customize | Keywords: | needs-patch |
Focuses: | ui | Cc: |
Description
It would be helpful to provide a UI for changing color opacity in the Customizer's color picker.
Some prior discussion about supporting RGBA in Iris here: https://github.com/Automattic/Iris/issues/13
See #21059
Change History (11)
#2
@
8 years ago
- Keywords needs-patch added
The code from @braad I think is a good polyfill extension to add alpha support, however I think for the core merge we really should be extending the core color picker in the same way that was done for adding hue slider support in #38263 and made a part of Iris itself.
@braad would you be interested in forking Automattic/Iris to extend it to add hue support, open a PR, and then create a core patch to incorporate your work into the wpColorPicker
and the customizer Color control that uses it as was done for hue? This way, even if @mattwieve doesn't have time to merge it upstream, at least it would still be part of Iris although a fork.
This ticket was mentioned in Slack in #core-customize by melchoyce. View the logs.
8 years ago
This ticket was mentioned in Slack in #core-customize by melchoyce. View the logs.
7 years ago
This ticket was mentioned in Slack in #core by jeffpaul. View the logs.
7 years ago
#6
@
7 years ago
- Milestone changed from 4.8 to 4.8.1
Punting to 4.8.1 per bug scrub earlier this week.
#8
@
7 years ago
- Milestone changed from 4.9 to Future Release
This is not getting any traction, so punting.
Based on reviewing the contributions to that GitHub issue, this seems like it might be the best option:
Can someone do a code and accessibility review?