Opened 2 years ago
Closed 22 months ago
#56466 closed defect (bug) (fixed)
Twenty Twelve: table block text color not reflected in editor
Reported by: | nidhidhandhukiya | Owned by: | audrasjb |
---|---|---|---|
Milestone: | 6.2 | Priority: | normal |
Severity: | minor | Version: | |
Component: | Bundled Theme | Keywords: | has-patch commit |
Focuses: | css | Cc: |
Description
Steps to reproduce.
- Choose Twenty Twelve theme.
- Choose Table block.
- Give color to text.
It is not reflected in editor side.
I have attached video URL for better understanding.
URL:- https://share.cleanshot.com/JCLZXJhiNqyK8FPZ2T5Y
Attachments (7)
Change History (13)
#2
@
2 years ago
- Keywords has-unit-tests removed
- Summary changed from Tewnty Twelve table text color issue in editor side. to Twenty Twelve: table block text color not reflected in editor
- Version 6.0.1 deleted
@
2 years ago
making the table header cells inherit text colors, too (when user selects a text color)
#3
@
2 years ago
- Milestone changed from Awaiting Review to 6.2
Thanks! Your patch inherits the proper colors for the td
cells, and I would like to match user-defined text colors for the header cells, too.
The screenshots show the Default style. The Stripes style does not support light text colors or dark background colors, but I think the editor could fix that instead of individual themes.
#4
@
22 months ago
- Keywords commit added
Test Report
This report validates that the indicated patch addresses the issue.
Patch tested: https://core.trac.wordpress.org/attachment/ticket/56466/56466.1.patch
Environment
- OS: macOS 13.1
- Web Server: Nginx
- PHP: 8.0.22
- WordPress: 6.2-alpha-55225
- Browser: Chrome
- Theme: Twenty Twenty Twelve
- Active Plugins:
- WordPress Beta Tester 3.2.6
Actual Results
- ✅ Issue resolved with patch.
#5
@
22 months ago
Test Report
This report validates that the indicated patch addresses the issue.
Patch tested: https://core.trac.wordpress.org/attachment/ticket/56466/56466.1.patch
Environment
- OS: macOS 12.6
- Web Server: Nginx
- PHP: 7.4.33
- WordPress: 6.2-alpha-54642-src
- Browser: Google Chrome 109.0.5414.119
- Theme: Twenty Twelve
- Active Plugins:
- No plugin
Actual Results
- ✅ Issue resolved with patch.
Supplemental Artifacts
I've found the issue while activated Twenty Twelve theme, Before ss: https://d.pr/i/lzlWKD
After apllying the patch, the issue was resolved. After ss: https://d.pr/i/QkLatv
default
td
cells inherit the same#757575
gray text color from thetable
element, even in Classic Editor