Opened 4 years ago
Closed 10 days ago
#54705 closed defect (bug) (reported-upstream)
Table Block: Background color is not getting changed from the Color Settings
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 5.8.2 |
Component: | Editor | Keywords: | |
Focuses: | Cc: |
Description
Steps to recreate:
- Create a new page and add a "table" block.
- Create a table with 2 columns and 2 rows.
- Change the background colour of the table from the colour settings options and save.
- Display the page.
- Edit the page and save it.
- The background colour of the table will be removed.
This happens when you change only the background colour in the colour settings. If you set both the text and background colours, this will not happen.
Change History (3)
#3
@
10 days ago
- Milestone Awaiting Review deleted
- Resolution set to reported-upstream
- Status changed from new to closed
This was apparently reported and fixed in https://github.com/WordPress/gutenberg/pull/39445
Note: See
TracTickets for help on using
tickets.
Thanks for the report!
To reproduce the error, you apparently need to leave the editor and come back to it. Then the background selection is removed (reset). It still happens in WordPress 5.9 (beta 4).
I was not able to find a similar report on GitHub. GB32394 and GB31261 are for improving color selections, not fixing the current settings.