Opened 6 years ago
Closed 7 months ago
#43904 closed defect (bug) (fixed)
Media toolbar spacing inconsistent across views
Reported by: | desrosj | Owned by: | antpb |
---|---|---|---|
Milestone: | 6.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Media | Keywords: | good-first-bug has-patch commit |
Focuses: | ui, css, administration | Cc: |
Description
The media toolbar is present on both list and grid views. The padding on the dropdowns and buttons, though, is inconsistent.
Attachments (7)
Change History (28)
#2
@
6 years ago
Tested patch on Lenovo ThinkPad Windows 10, in Firefox 59.0.2 and Chrome 66.0.3359.139. Changes looked good in both browsers. Also uploaded svn version of patch.
#3
@
6 years ago
I applied the patch and it looks much better.
However, in order to keep the spacing consistent with media grid view the margin I believe needs to be 6px
instead of 8px
.
.post-type-attachment .wp-filter select { margin-right: 6px; }
This ticket was mentioned in Slack in #core by abdullahramzan. View the logs.
6 years ago
This ticket was mentioned in Slack in #core by seusmaniqbal. View the logs.
6 years ago
@
19 months ago
6px right margin and 0 margin for other sides of select
elements in List View filter bar
#8
@
19 months ago
- Focuses css added
The view-switch
container adds 4 pixels to the right margin in Grid mode to account for the lack of whitespace between elements. The select
elements have a 10-pixel right margin in Grid mode, so a 6-pixel margin plus the space would be consistent with that. I also set the other sides to zero margin in List mode to remove the 1-pixel left margin.
If you test within the 783-900 pixel range, the select
elements have a larger font size and padding in Grid mode, but that does not relate to the spacing.
#9
@
16 months ago
Hi,
Patch report for -https://core.trac.wordpress.org/attachment/ticket/43904/43904.5.diff
Environment:
WordPress: v6.2.2
OS: Mac
Browser: Chrome
Expected Result: Media toolbar spacing should be consistent for both list and grid ☑️
Screenshots:
Before: https://prnt.sc/lcjlIKIDZl3F
After: https://prnt.sc/kHbcer79x_6u
Thanks!
#12
@
10 months ago
QA Update ✅
Patch report for -https://core.trac.wordpress.org/attachment/ticket/43904/43904.5.diff
Environment:
WordPress: v6.4.2
PHP: 8.0.21
Web Server: Nginx 1.20.2
Browser: Chrome
OS: macOS Ventura 13.3
Screenshots:
https://prnt.sc/bFCWzq5ICcFP
#13
@
9 months ago
Test Report:
Patch Tested: https://core.trac.wordpress.org/attachment/ticket/43904/43904.5.diff
Environment:
WordPress: 6.3.2
OS: Windows
Browser: Firefox
Active Plugin - None
PHP - 8.1.2
Expected Result:
- Media toolbar spacing should be consistent for both list and grid view.
Actual Result:
- After Applying Patch Media toolbar's spacing are consistent for both list and grid view. ✅
Screenshots:
Before Patch: https://prnt.sc/RLQhelrn_NzQ
After Patch: https://prnt.sc/MFTATkJnynzc
#14
@
9 months ago
Patch report for -https://core.trac.wordpress.org/attachment/ticket/43904/43904.5.diff
Environment:
WordPress: 6.4
OS: Windows
Browser: Chrome
Expected Result: Media toolbar spacing should be consistent for both list and grid ✅
Screenshots:
Before: https://i.imgur.com/V2khzuf.jpg
After: https://i.imgur.com/RSzmOvg.jpg
This ticket was mentioned in Slack in #core-media by antpb. View the logs.
7 months ago
#16
@
7 months ago
Test Report
Patch tested: 43904.5.diff
Environment
- WordPress: 6.5-beta1-57630-src
- PHP: 8.2.15
- Server: nginx/1.25.3
- Database: mysqli (Server: 8.0.36 / Client: mysqlnd 8.2.15)
- Browser: Chrome 121.0.0.0
- OS: macOS
- Theme: Twenty Twenty-Four 1.0
- MU Plugins: None activated
- Plugins:
- Gutenberg 17.7.0
- Test Reports 1.1.0
Actual Results
Issue resolved with patch and now both list and grid spacing same ✅
Screenshots
Before Apply Patch | After Apply Patch ✅ |
Note the scrunched dropdowns/buttons