#53378 closed defect (bug) (fixed)
Two regressions in the UI color control
Reported by: | oandregal | Owned by: | |
---|---|---|---|
Milestone: | 5.8 | Priority: | normal |
Severity: | normal | Version: | 5.8 |
Component: | Editor | Keywords: | has-patch |
Focuses: | Cc: |
Description
There's a couple of regressions related to the UI control control in the block editor:
- themes can no longer pass an empty array to disable the feature
- the legacy
settings.color
setting in thecore/block-editor
client store didn't have the proper value
Change History (7)
This ticket was mentioned in PR #1363 on WordPress/wordpress-develop by nosolosw.
3 years ago
#1
3 years ago
#3
Noting this one may need updating with the changes at https://github.com/WordPress/gutenberg/pull/32622
3 years ago
#4
This is going to be ported to https://github.com/WordPress/wordpress-develop/pull/1367
#5
@
3 years ago
This is going to be closed when https://core.trac.wordpress.org/ticket/53397 lands, as the changes necessary to fix it are part of that backport.
Note: See
TracTickets for help on using
tickets.
Fixes https://core.trac.wordpress.org/ticket/53378
We found a couple of regressions with colors:
settings.color
setting in thecore/block-editor
store didn't have the proper valueThese have been fixed in the plugin with this PR https://github.com/WordPress/gutenberg/pull/32358
props @jorgefilipecosta