Opened 2 years ago
Closed 20 months ago
#56006 closed defect (bug) (fixed)
Twenty Fourteen: Text color not reflected in Editor and front in Pullquote block
Reported by: | umesh84 | Owned by: | audrasjb |
---|---|---|---|
Milestone: | 6.2 | Priority: | normal |
Severity: | normal | Version: | 6.0 |
Component: | Bundled Theme | Keywords: | has-patch has-screenshots commit |
Focuses: | ui, css | Cc: |
Description
In Twenty Fourteen Theme when we select Pullquote block and add text color, it is not reflected in the editor and front.
Steps to replicate:
1: Activate the Twenty Fourteen Themes
2: Add Pullquote block
3: Enter text and select color
For better understanding I provide video link.
https://www.loom.com/share/8cf5cfa4e11f4a6f86ddc78c22c99612
Attachments (6)
Change History (18)
#1
@
2 years ago
- Component changed from General to Bundled Theme
- Keywords has-patch added; needs-patch removed
- Milestone changed from Awaiting Review to 6.1
#2
@
2 years ago
- Keywords changes-requested added
Hello and thanks for the patch.
However, I don't think it's ready yet as it duplicates the color declaration.
Maybe see this related changeset [54381].
@
2 years ago
inheriting colors, similar to r54381 with more selectors for citations, plus increasing specificity to remove border in editor
#3
@
2 years ago
- Keywords needs-testing added; changes-requested removed
Twenty Fourteen needs a few more selectors for citations than Twenty Sixteen did. Also, the top and bottom borders are removed on the front, so I added a class for a more specific selector.
#5
@
23 months ago
- Keywords has-screenshots added; needs-testing removed
Test Report
This report validates that the indicated patch addresses the issue.
Patch tested: 56006.1.patch
Environment
- OS: Pop_OS! 22.04
- Localhost: wordpress-develop & Docker Desktop
- WordPress: trunk
- Browser: Firefox 107, GNOME Web 43, Chrome 108
- Theme: twentyfourteen
- Active Plugins: None
Steps to Test
- Clone wordpress-develop
- Navigate to
src/
. - Apply patch.
- Activate twentyfourteen theme.
- Create new post.
- Add pullquote block.
- Change text color to the theme's green (#24890D).
- Publish post with colored pullquote.
Expected Results
- Top and bottom borders are removed from post editor.
- Pullquote displayed in the post editor matches front-end.
Actual Results
- ✅️ Top and bottom borders removed from editor.
- ✅️ Editor matches what is displayed on front-end.
Supplemental Artifacts
Image showing the editor before patch was applied.
Images showing both the editor and front-end after patch was applied.
#8
@
21 months ago
Test report of https://core.trac.wordpress.org/attachment/ticket/56228/56228.diff
Environment
WordPress 6.1.1
PHP 7.4.1
Chrome 108.0.5359.124 (Official Build) (x86_64)
macOS monetery 12.6.2
Theme: Twenty Fouteen
Gutenberg enabled
Plugin: no plugin
Steps to Test
- Navigate to Posts > Add new
- Add Pullquote block to the page and add texts to the block.
- Try to change the color of the texts.
- The change of the color will not reflect on the editor page as well as on the front page.
Results before adding patch
Before adding the patch, the color of the text was not getting changed.
Final result after adding patch (✅)
Color of the text is getting changed after adding the patch
Screenshot:
- Before applying the patch: https://d.pr/v/17J6UV
- After applying the patch: https://d.pr/v/AZSP47
#9
@
21 months ago
Test Report
This report validates that the indicated patch addresses the issue.
Patch tested: https://core.trac.wordpress.org/attachment/ticket/56006/56006.1.patch
Environment
- OS: macOS 11.2.3
- Web Server: Nginx
- PHP: 7.4.30
- WordPress: 6.2-alpha-54642-src
- Browser: Chrome 109.0.5414.119
- Theme: Twenty Fourteen
- Active Plugins:
- No Plugins activated
Actual Results
- ✅ Issue resolved with patch.
- ✅ Border removed (Editor and Frontend)
- ✅ Color issue fixed (Editor and Frontend)
Additional Notes
- Checked RTL and fixed as well.
Supplemental Artifacts
Before: https://d.pr/i/R2459G
After:
Editor - https://d.pr/i/OohwdI
Frontend - https://d.pr/i/LPvy9c
#10
@
21 months ago
Test Report
This report validates that the indicated patch addresses the issue.
Patch tested: https://core.trac.wordpress.org/attachment/ticket/56006/56006.1.patch
Environment
- OS - Windows 11 Home Single Language (Version 22H2)
- OS build - 22621.1105
- Web Server: Nginx/1.16.0
- PHP: 7.4.3
- WordPress: 6.2-alpha-54642-src
- Browser: Opera GX
- Browser Version: isLVL 4 (core: 93.0.4585.52)
- Theme: Twenty Fourteen
- Active Plugins:
- No Plugins activated
Actual Results
- ✅ Issue got resolved after the patch was applied.
- ✅ Border got removed (in both Editor and Frontend)
- ✅ Color issue got fixed (in both Editor and Frontend)
added patch