Opened 2 years ago
Closed 17 months ago
#56538 closed defect (bug) (fixed)
Twenty Thirteen: table block has an unnecessary bottom border
Reported by: | nidhidhandhukiya | Owned by: | audrasjb |
---|---|---|---|
Milestone: | 6.3 | Priority: | normal |
Severity: | normal | Version: | 6.0.2 |
Component: | Bundled Theme | Keywords: | has-patch has-screenshots commit |
Focuses: | ui, css | Cc: |
Description
Steps to reproduce:-
- Activate twenty-thirteen themes.
- Choose Table block.
- Go to the front side you can able to see after the table at the bottom there is a light border which is looking unnecessary.
Attachments (5)
Change History (15)
#2
@
2 years ago
- Summary changed from Twenty thirteen theme table is having unnecessary border bottom. to Twenty Thirteen: table block has an unnecessary bottom border
#3
follow-up:
↓ 7
@
2 years ago
The bottom border might serve a purpose when the table has a caption, but the border was added to .wp-block-table
before captions were available in the table block (changeset 43796).
#5
@
19 months ago
Test Report
This report validates that the indicated patch addresses the issue.
Patch tested: https://core.trac.wordpress.org/ticket/56538
Environment
- OS: Windows 10
- Web Server: Apache
- PHP: 8.0.0
- WordPress: 6.3-alpha-55661
- Browser: Chrome 112.0.5615.138
- Theme: Twenty Thirteen
- Active Plugins:
- WordPress Beta Tester 3.3.7
Actual Results
- ✅ Issue resolved with patch.
Additional Notes
- Any additional details worth mention.
props @pouicpouic
#6
@
18 months ago
Hi,
Test report for patch - https://core.trac.wordpress.org/attachment/ticket/56538/56538.patch
Environment:
WordPress: v6.2.2
Theme: Twenty Thirteen
OS: Mac
Browser: Chrome
Steps to reproduce:
- Activate the Twenty Thirteen theme.
- Create or edit a Page/Post.
- Add a table block.
- Preview the changes.
- Observe the border line present below the table.
Expected Result:
Unnecessary bottom border should not be visible for table block.
Screenshot:
Before: https://prnt.sc/b7SiCnvroUfW
After: https://prnt.sc/Yb0sqLzB3Col
Patch is working as expected.
Thanks!
#7
in reply to:
↑ 3
@
17 months ago
- Owner set to audrasjb
- Status changed from new to reviewing
Replying to sabernhardt:
The bottom border might serve a purpose when the table has a caption, but the border was added to
.wp-block-table
before captions were available in the table block (changeset 43796).
+1. By the way, the border should only be displayed when a caption is used :P
Let's remove this.
I'll give it a quick test, then hopefully, commit
.
I have attached screenshot for better understanding.