Opened 9 months ago
Last modified 5 weeks ago
#61562 new defect (bug)
Twenty Twenty-One Theme: Latest post block does not appear selected text color on editor & front end sides.
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Future Release | Priority: | normal |
Severity: | normal | Version: | 6.5.5 |
Component: | Bundled Theme | Keywords: | has-patch needs-testing changes-requested |
Focuses: | ui, css | Cc: |
Description
Hello,
I have reviewed "Latest Post" block and found thats its selected text color is not appearing when we trying to change its text color from block settings.
I think that it should be appear when we change text color from block settings.
Also, I have already posted similar issue fro twenty-twenty theme. #61524
Here, I have attached its screenshots:
Thanks,
Attachments (15)
Change History (24)
@
9 months ago
I have checked above mentioned issue and I have resolved it and added patch. Also, I have attached screenshot after resolved this issue.
#1
@
9 months ago
- Keywords needs-testing added; dev-feedback removed
- Milestone changed from Awaiting Review to Future Release
Thank you for this patch. Let's get some testing on this with the look for a future release.
#2
@
8 months ago
- Keywords changes-requested added
I think this will have the same issue that @sabernhardt identified in the other ticket #61524
WordPress 6.4 adds the chosen text color to the link (only), but the rest of the text remains the theme's color selections. When adding support for color controls, the theme's colors still need to apply for users do not select a color. (Replacing a specific color with inherit would change how existing blocks appear.)
Ideally we resolve this here to not also have the problem.
#3
@
8 months ago
@viralsampat are you able to work on the changes requested for this? It would be great to see about moving it along.
#4
@
5 weeks ago
Test Report
Description
This report validates whether the indicated patch works as expected.
Patch tested: https://core.trac.wordpress.org/attachment/ticket/61562/61562.patch
Environment
- WordPress: 6.8-alpha-59274-src
- PHP: 8.2.27
- Server: nginx/1.27.4
- Database: mysqli (Server: 8.4.4 / Client: mysqlnd 8.2.27)
- Browser: Chrome 133.0.0.0
- OS: Windows 10/11
- Theme: Twenty Twenty-One 2.4
- MU Plugins: None activated
- Plugins:
- Test Reports 1.2.0
Actual Results
- ❌ Issue is not resolved with 61562 patch.
Additional Notes
- Hello @viralsampat, I wasn't able to replicate the original issue. However, I did notice that when changing the background colour, the text colour doesn't update. This issue is visible both in the editor and on the site.
Supplemental Artifacts
Video: https://core.trac.wordpress.org/attachment/ticket/61562/61562-patch-not-working.mp4
@
5 weeks ago
I have rechecked the issue and it still replicate from my end. Here, I have attached its video.
@
5 weeks ago
I have updated my patch. Also, I have resolved the text color not changed when we changed the background color issue.
#5
@
5 weeks ago
Hello @shraddhagore
Thank you so much for your feedback.
Test Report
Description
I have checked above mentioned issue from my end I have attached its video.
Patch tested: https://core.trac.wordpress.org/attachment/ticket/61562/61562.2.patch
Environment
WordPress: 6.7.2 running
Theme: Twenty Twenty-one, 2.4
Browser: Google Chrome, Version 133.0.6943.98 (Official Build) (arm64)
Device: MacBook Air M1
OS: macOS 15.3.1 (24D70)
Gutenberg plugin: Version Version 20.3.0
Screenshots:
Thanks,
#6
follow-up:
↓ 9
@
5 weeks ago
Test Report
Description
This report validates whether the indicated patch works as expected.
Patch tested: https://core.trac.wordpress.org/attachment/ticket/61562/61562.2.patch
Environment
- WordPress: 6.8-alpha-59274-src
- PHP: 8.2.27
- Server: nginx/1.27.4
- Database: mysqli (Server: 8.4.4 / Client: mysqlnd 8.2.27)
- Browser: Chrome 133.0.0.0
- OS: Windows 10/11
- Theme: Twenty Twenty-One 2.4
- MU Plugins: None activated
- Plugins:
- Test Reports 1.2.0
Actual Results
- The issue is partially resolved with the 61562.2 patch.
Additional Notes
- Hi @viralsampat, thanks for creating another patch and providing the steps to reproduce the original issue. I’ve tested the new patch, and it appears to have resolved the original issue. However, I noticed that the "Read more/Continue reading" hyperlink's text colour doesn't update as expected on the application of background colour and text colour.
- Additionally, the discrepancy between the text shown in the editor and on the site regarding the "Read more" hyperlink is a separate issue and not in scope.
Supplemental Artifacts
#7
@
5 weeks ago
Hello @shraddhagore
Thank you so much for sharing your feedback.
I have updated my patch based on requirement. So, please review it and share your feedback.
Patch: https://core.trac.wordpress.org/attachment/ticket/61562/61562.3.patch
Environment
WordPress: 6.7.2 running
Theme: Twenty Twenty-one, 2.4
Browser: Google Chrome, Version 133.0.6943.98 (Official Build) (arm64)
Device: MacBook Air M1
OS: macOS 15.3.1 (24D70)
Gutenberg plugin: Version Version 20.3.0
Thanks,
#8
@
5 weeks ago
Test Report
Description
This report validates whether the indicated patch works as expected.
Patch tested: https://core.trac.wordpress.org/attachment/ticket/61562/61562.3.patch
Environment
- WordPress: 6.8-alpha-59274-src
- PHP: 8.2.27
- Server: nginx/1.27.4
- Database: mysqli (Server: 8.4.4 / Client: mysqlnd 8.2.27)
- Browser: Chrome 133.0.0.0
- OS: Windows 10/11
- Theme: Twenty Twenty-One 2.4
- MU Plugins: None activated
- Plugins:
- Test Reports 1.2.0
Actual Results
- ✅ The issue is resolved with the 61562.3 patch.
Additional Notes
Hello @viralsampat, thank you for creating a new patch and addressing the background issue too.
Back-end