Opened 8 weeks ago
Closed 12 days ago
#62282 closed defect (bug) (fixed)
Twenty Thirteen & Twenty Sixteen: Latest Comments block has top border for first item in editor
Reported by: | viralsampat | Owned by: | poena |
---|---|---|---|
Milestone: | 6.8 | Priority: | normal |
Severity: | normal | Version: | 5.8 |
Component: | Bundled Theme | Keywords: | has-patch commit |
Focuses: | css | Cc: |
Description
Hello Team,
I have checked "Latest Comments" block into the twenty-thirteen/twenty-sixteen themes and found that the top border is not displaying into the front-end side for above mentioned both the themes.
I think that it should be same in both the sides(Back-end & Front-end ).
For, better understanding here, I have attached screenshots
Thanks,
Attachments (14)
Change History (20)
@
7 weeks ago
I have checked above mentioned issue and I have resolved it and added patch. Also, I have attached screenshot after resolved this issue.
@
7 weeks ago
adds :not(:first-child)
to selectors in editor-blocks.css
and updates meta link selector
#1
@
7 weeks ago
- Keywords dev-feedback removed
- Milestone changed from Awaiting Review to 6.8
- Summary changed from Twenty Thirteen/& Twenty Sixteen Themes: The Latest comments block top border is not appear into the front-end side. to Twenty Thirteen & Twenty Sixteen: Latest Comments block has top border for first item in editor
- Version set to 5.8
[51205] purposely removed the top border from the first item on the front end, but it did not change the editor styles to match.
In addition to updating the comment selectors for both themes, 62282.1.patch replaces the outdated .editor-block-list__block
class in Twenty Sixteen's meta link selector. Note that I did not change the class name in Twenty Thirteen's stylesheet because margin: 0
was intended for an earlier version of WordPress (and inappropriate with more recent versions).
#2
@
4 weeks ago
Test Report
Patch tested: https://core.trac.wordpress.org/attachment/ticket/62282/62282.1.patch
Environment:
OS: Windows 11
Browser: Chrome
PHP: 8.3
Theme: Twenty Thirteen and Twenty Sixteen.
Result: The top border line in the Twenty thirteen and sixteen is not visible now on the editor screen.
Status : It is working fine after patch.
Screenshots :
Theme: twentythirteen
Before :
https://share.nmblc.cloud/c2011a44
After :
https://share.nmblc.cloud/c9e52c47
Theme : Twenty Sixteen
Before :
https://share.nmblc.cloud/af343540
#3
@
3 weeks ago
Test Report
Description
This report validates whether the indicated patch works as expected.
Patch tested: https://core.trac.wordpress.org/attachment/ticket/62282/62282.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 129.0.0.0
- OS: Linux
- Theme: Twenty Thirteen 4.3 and Twenty Sixteen 3.4
- MU Plugins: None activated
- Plugins:
- Test Reports 1.2.0
Actual Results
- ✅ Issue resolved with patch.
#4
@
3 weeks ago
Test Report
Description
This report validates whether the indicated patch works as expected. top border has been removed from both of the themes.
Patch tested: https://core.trac.wordpress.org/attachment/ticket/62282/62282.1.patch
Environment
- WordPress: 6.8-alpha-59274-src
- PHP: 8.2.26
- Server: nginx/1.27.2
- Database: mysqli (Server: 8.0.40 / Client: mysqlnd 8.2.26)
- Browser: Chrome 131.0.0.0
- OS: Windows 11
- Theme: Twenty Thirteen 4.3
- MU Plugins: None activated
- Plugins:
- Test Reports 1.1.0
Actual Results
- ✅ Issue resolved with patch.
Theme: twenty thirteen
Before editor: https://prnt.sc/YOCumSKs6XSS
Before frontend : https://prnt.sc/PEOnYTrYTJle
After editor: https://prnt.sc/9KUgkgw8N32r
After frontend : https://prnt.sc/_Dd8tjINcpiO
Theme : Twenty Sixteen
Before editor: https://prnt.sc/6a8B_rY4PaoF
Before frontend : https://prnt.sc/tWH6P1N7nvHE
After editor: https://prnt.sc/88IfJQuVasGg
After frontend :https://prnt.sc/2pcIRqSmstUy
Twenty Thirteen Back-end