Opened 6 weeks ago
Closed 4 weeks ago
#62301 closed defect (bug) (fixed)
Twenty Twenty: Pullquote block does not show custom borders in the editor
Reported by: | nidhidhandhukiya | Owned by: | poena |
---|---|---|---|
Milestone: | 6.8 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Bundled Theme | Keywords: | has-patch commit |
Focuses: | css | Cc: |
Description
Steps to reproduce the issue :-
- Activate Twenty Twenty theme.
- Choose Pullquote block.
- Apply Border width and color.
Now check both the side in editor and front end border is diffrent.
In editor we don't have any border if we does not choose border-type.
Attachments (3)
Change History (9)
#2
@
6 weeks ago
Twenty Twenty theme pullquote block
Description
Twenty Twenty theme pullquote block having design issue in editor side when border has selected.
Patch tested:
https://core.trac.wordpress.org/attachment/ticket/62301/62301.patch
Steps to reproduce
Activate Twenty Twenty theme.
Choose Pullquote block.
Apply Border width and color.
Now check both the side in editor and front end border is diffrent.
In editor we don't have any border if we does not choose border-type.
Environment
- WordPress: 6.7-RC1
- PHP: 8.3.10
- Server: nginx/1.21.4
- Database: mysqli (Server: 5.7.44-log / Client: mysqlnd 8.3.10)
- Browser: Chrome 130.0.0.0
- OS: macOS
- Theme: Twenty Twenty 2.7
- MU Plugins: None activated
- Plugins:
- Test Reports 1.1.0
- WordPress Beta Tester 3.6.1
Actual Results
- ✅ Issue resolved with patch.
Supplemental Artifacts
#3
@
6 weeks ago
- Focuses css added
- Keywords has-patch added
- Milestone changed from Awaiting Review to 6.8
- Summary changed from Twenty Twenty theme pullquote block having design issue in editor side when border has selected. to Twenty Twenty: Pullquote block does not show custom borders in the editor
- Version 6.6.2 deleted
Removing the border was important in an earlier version of WordPress. To continue supporting older versions, the value could be 0 solid
instead (similar to [58469]).
#4
@
6 weeks ago
Test Report
Description
This report validates whether the indicated patch works as expected.
Patch tested: https://core.trac.wordpress.org/attachment/ticket/62301/62301.1.patch
Environment
- WordPress: 6.8-alpha-59274-src
- PHP: 8.2.22
- Server: nginx/1.27.0
- Database: mysqli (Server: 8.0.39 / Client: mysqlnd 8.2.22)
- Browser: Chrome 128.0.0.0
- OS: Linux
- Theme: Twenty Twenty 2.7
- MU Plugins: None activated
- Plugins:
- Test Reports 1.1.0
Actual Results
- ✅ Issue resolved with patch.
Supplemental Artifacts
Attached Screenshot after patch
#5
@
4 weeks 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/62301/62301.1.patch
Environment
- WordPress: 6.8-alpha-59274-src
- PHP: 7.4.30
- Server: nginx/1.23.1
- Database: mysqli (Server: 8.0.39 / Client: mysqlnd 7.4.30)
- Browser: Chrome 130.0.0.0
- OS: macOS
- Theme: Twenty Twenty 2.8
Actual Results
- ✅ Issue resolved with patch.
Hello @nidhidhandhukiya
Can you share any screenshot for reference?
Thanks.