Make WordPress Core

Opened 15 months ago

Last modified 14 months ago

#63623 new defect (bug)

Twenty Nineteen: Pullquote block does not show border-color presets on front end

Reported by: nidhidhandhukiya Owned by:
Priority: normal Milestone: Awaiting Review
Component: Bundled Theme Version:
Severity: normal Keywords: has-patch
Cc: Focuses:

Description

Steps to reproduce the issue :-

  1. Activate Twenty Nineteen theme.
  2. Choose Pullquote block.
  3. Add some text.
  4. 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)

#1 @sandeepdahiya
15 months ago

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

#2 @rishabhwp
15 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

  1. ✅ Error condition occurs (reproduced).

Supplemental Artifacts

Block Editor
https://i.ibb.co/SwB25Bzn/Screenshot-2025-06-27-at-5-15-08-PM.png

Frontend
https://i.ibb.co/s9K7k5hj/Screenshot-2025-06-27-at-5-15-26-PM.png

#3 @sabernhardt
15 months ago

  • Summary Twenty Nineteen - Pullquote block having issue with border-color.Twenty Nineteen: Pullquote block does not show border-color presets on front end
  • Version 6.8

This is not exactly a duplicate of #63072, but the theme would need classes like what PR 2944 and PR 6082 have.

GB52864 suggested creating the classes automatically for any classic theme instead of updating each theme individually.

This ticket was mentioned in PR #9261 on WordPress/wordpress-develop by @vyasnaman.


14 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.