Opened 9 months ago
Last modified 2 months ago
#60424 new defect (bug)
Twenty Fifteen: fix Table block's Stripes style
Reported by: | nidhidhandhukiya | Owned by: | |
---|---|---|---|
Milestone: | Future Release | Priority: | normal |
Severity: | normal | Version: | 6.4.3 |
Component: | Bundled Theme | Keywords: | close |
Focuses: | css | Cc: |
Description
Steps to reproduce the issue :-
- Activate Twenty Fifteen theme.
- Choose Table block.
- Choose stripes from style.
Now check both the side editor end front end.
Design not looks same both the side it should be same in both the side.
I have attached video for better understanding.
Video URL :-https://share.cleanshot.com/sFxg16JqbnqprL5T3hNd
Attachments (6)
Change History (27)
#4
@
6 months ago
- Summary changed from Twenty Fifteen Table block having different design in editor and frontend. to Twenty Fifteen: fix Table block's Stripes style
I did not add a background color because that is an iframe editor issue (GB57176). If that would be fixed in individual themes, it would be better to assign the background color to .editor-styles-wrapper
for the whole canvas.
The block styles for Stripes were more specific than the theme's, so I added the extra class (and kept the original selectors). The patch also removes the bottom border from the block, but only if it is a figure
(the classes were on the table
in WordPress 5.0 but moved to the figure
by 5.3).
#5
@
6 months ago
- Milestone changed from Future Release to 6.6
Let's see about getting this into the next version. I have updated the milestone.
#6
@
5 months ago
Test Report
Patch tested: 60424.patch and also I've tested this 60424.2.patch
Environment
- WordPress: 6.6-alpha-57778-src
- PHP: 8.3.7
- Server: nginx/1.25.4
- Database: mysqli (Server: 8.3.0 / Client: mysqlnd 8.3.7)
- Browser: Chrome 125.0.0.0
- OS: macOS
- Theme: Twenty Fifteen 3.7
- MU Plugins: None activated
- Plugins:
- FakerPress 0.6.6
- Test Reports 1.1.0
Actual Results
- there is no changed
Screenshots
Editor Before Patch | Editor After Patch |
Frontend Before Patch | Frontend After Patch |
#7
@
5 months ago
Hello @nidhidhandhukiya,
I've tested a few tickets submitted by you. Your instructions are good and easy to understand for testing. However, I've noticed that you're sharing video instructions for better understanding. Unfortunately, I can't watch any of your videos from the links you provided. It seems the links expire a few days after submission.
Therefore, I request that when you share your videos, please upload them as attachments or ensure the video URLs remain active for testing and viewing.
Best Regards
Bashar
#8
follow-up:
↓ 9
@
5 months ago
@hmbashar when you say no change do you mean this is passed in testing because I am trying to be clear that you are happy as I do see visual differences.
#9
in reply to:
↑ 8
@
5 months ago
Replying to karmatosed:
@hmbashar when you say no change do you mean this is passed in testing because I am trying to be clear that you are happy as I do see visual differences.
I didn't notice any changes before or after applying the patch, so perhaps the patch didn't solve the issue. Maybe more work is needed with the patch.
This ticket was mentioned in PR #6804 on WordPress/wordpress-develop by @audrasjb.
5 months ago
#10
#11
@
5 months ago
- Keywords changes-requested added; needs-testing removed
I can confirm the proposed patch doesn't work in the editor.
#12
@
5 months ago
- Focuses css added
- Milestone changed from 6.6 to Future Release
I think the main problem in testing this now is that the theme's gray table border #eaeaea
and the Stripes background #f0f0f0
nearly match the admin CSS gray background #f0f0f1
, but the patch probably could be improved anyway. When the iframe editor is fixed, this should be a little easier.
#13
@
5 months ago
- Milestone changed from Future Release to 6.6
The previous patch didn't work because of the grey background used in T15.
I suggested another approach in the above PR. See screenshot below.
#14
@
5 months ago
- Keywords changes-requested removed
@sabernhardt ah yes the iframed editor could make it easier to fix it though.
Then even if my solution works great, I'm not sure it's worth fixing this issue in 6.6 you're right.
This ticket was mentioned in Slack in #core-themes by karmatosed. View the logs.
4 months ago
This ticket was mentioned in Slack in #core-themes by kafleg. View the logs.
3 months ago
#19
@
3 months ago
@sabernhardt @karmatosed I checked and I don't see any difference between the frontend and backends with table stripe with T15 theme. Is the changes already updated in WordPress 6.6.1
adding
.is-style-stripes
class to cell border styles to prevent block styles from overriding theme, removing bottom border from block (figure
) element