Opened 17 months ago
Closed 17 months ago
#58877 closed defect (bug) (fixed)
New image editing screen - buttons overflow in non en_US locales
Reported by: | kebbet | Owned by: | joedolson |
---|---|---|---|
Milestone: | 6.3 | Priority: | normal |
Severity: | normal | Version: | 6.3 |
Component: | Media | Keywords: | has-patch fixed-major dev-reviewed |
Focuses: | ui, css | Cc: |
Description
The new image editing interface has a glitch when using other locales than en_US. The strings are longer in for example sv_SE, which makes the dropdown menu for ”Image rotatation” to overflow.
Attachments (2)
Change History (19)
#1
@
17 months ago
A solution can be adjusting the .image-editor .imgedit-menu .imgedit-popup-menu button
selector by adding:
white-space: space-break; line-height: 1.5;
This ticket was mentioned in PR #4888 on WordPress/wordpress-develop by @kebbet.
17 months ago
#2
- Keywords has-patch added; needs-patch removed
https://core.trac.wordpress.org/ticket/58877 Solves the issues present on sv_SE
.
#3
@
17 months ago
- Keywords needs-testing added
Test instructions
- Perform the test on both
en_US
locale andsv_SE
. - Go to edit screen of media item, press button
Edit image
/Redigera bild
. - Click
Image rotation
/Bildrotation
button. - View the buttons in the fly out menu drawer.
Expecations
- Before and after patch in
en_US
: The fly out menu buttons do not overflow. - Before patch in
sv_SE
: The buttons in the fly out menu overflows. - After patch in
sv_SE
: The buttons in the fly out menu does not overflow.
#6
@
17 months ago
- Owner set to joedolson
- Status changed from new to accepted
Well, I should definitely have caught that. Thanks, @kebbet!
#10
@
17 months ago
- Keywords commit removed
- Resolution fixed deleted
- Status changed from closed to reopened
#11
@
17 months ago
- Keywords dev-feedback added
Reopening for 2nd committer approval to backport into 6.3.
#13
@
17 months ago
Hi, @audrasjb! Requesting second committer review for backport to 6.3, when you have a chance.
#15
@
17 months ago
- Keywords dev-reviewed added; dev-feedback removed
Thanks for the ping @joedolson.
I sign-off this changeset 👍
The drop down menu in action, with sv_SE locale