Opened 5 months ago
Last modified 4 months ago
#63623 new defect (bug)
Twenty Nineteen: Pullquote block does not show border-color presets on front end
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Awaiting Review | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Bundled Theme | Keywords: | has-patch |
| Focuses: | Cc: |
Description
Steps to reproduce the issue :-
- Activate Twenty Nineteen theme.
- Choose Pullquote block.
- Add some text.
- Choose border width, color and style.
Now check your applied color is appeared in editor side but in front side choosen color is not applied.
Change History (4)
#2
@
4 months ago
Reproduction Report
Description
This report validates whether the issue can be reproduced.
Environment
- WordPress: 6.9-alpha-60093-src
- PHP: 8.2.28
- Server: nginx/1.27.5
- Database: mysqli (Server: 8.4.5 / Client: mysqlnd 8.2.28)
- Browser: Chrome 138.0.0.0
- OS: macOS
- Theme: Twenty Nineteen 3.1
- MU Plugins: None activated
- Plugins:
- Test Reports 1.2.0
Actual Results
- ✅ Error condition occurs (reproduced).
Supplemental Artifacts
#3
@
4 months ago
- Summary changed from Twenty Nineteen - Pullquote block having issue with border-color. to Twenty Nineteen: Pullquote block does not show border-color presets on front end
- Version 6.8 deleted
This ticket was mentioned in PR #9261 on WordPress/wordpress-develop by @vyasnaman.
4 months ago
#4
- Keywords has-patch added
This pull request adds a new function to dynamically generate CSS classes for the theme's editor color palette in the Twentynineteen WordPress theme. The function ensures that text, background, and border color classes are created based on the theme's defined color palette and applies them as inline styles.
Trac ticket: https://core.trac.wordpress.org/ticket/63623
Note: See
TracTickets for help on using
tickets.


There are pull requests open regarding this particular issue. PR-2944 and PR-6082.