Opened 2 years ago
Last modified 6 days ago
#58413 new defect (bug)
Twenty Seventeen: Search block is having issue when you apply width and alignment.
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 6.2.2 |
Component: | Bundled Theme | Keywords: | has-test-info needs-testing |
Focuses: | css | Cc: |
Description
Steps to reproduce the issue :-
- Activate Twenty Seventeen theme.
- Choose Search block.
- Apply width
- Now apply alignment left or right.
You can able to see that the applied width is not looking proper when alignment has been choosen.
I have attached video for better understanding.
Video URL :- https://share.cleanshot.com/xNx3pKbZ2znyhz4l58CT
Attachments (1)
Change History (6)
#2
@
2 years ago
- Focuses css added
- Keywords has-patch needs-testing removed
- Summary changed from Twenty Seventeen - Search block is having issue when you applied width and alignment. to Twenty Seventeen: Search block is having issue when you apply width and alignment.
#4
@
4 weeks ago
I tried to reproduce the issue, but it appears to no longer exist. I was able to apply the alignment successfully with the width option enabled.
Video: https://rioudcpuyg.ufs.sh/f/PL8E4NiPUWyOr3KUJ1tMk7y2dfFYKmqLWZt4AHpRVDaCBlso
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 135.0.0.0
- OS: macOS
- Theme: Twenty Seventeen 3.9
- MU Plugins: None activated
- Plugins: Test Reports 1.2.0
Note: See
TracTickets for help on using
tickets.
The video shows Twenty Sixteen's styles in the editor and Twenty Seventeen for the front end, and the patch edits block styles within Twenty Sixteen's
editor-style.css
.I do not recommend removing the float in the editor when the search block floats on the front end, which would create a discrepancy. Leaving the editor styles as they are might help the user determine whether setting a width and/or alignment is appropriate with these themes.
The editor does not show the
button
element background colors and other styles from Twenty Sixteen or Twenty Seventeen, which I think should be a higher priority.Related: #53146