Opened 3 years ago
Closed 3 years ago
#58877 closed defect (bug) (fixed)
New image editing screen - buttons overflow in non en_US locales
| Reported by: | kebbet | Owned by: | joedolson |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.3 |
| Component: | Media | Version: | 6.3 |
| Severity: | normal | Keywords: | has-patch fixed-major dev-reviewed |
| Cc: | Focuses: | ui, css |
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
@
3 years 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.
3 years ago
#2
- Keywords has-patch added; needs-patch removed
https://core.trac.wordpress.org/ticket/58877 Solves the issues present on sv_SE.
#3
@
3 years ago
- Keywords needs-testing added
Test instructions
- Perform the test on both
en_USlocale andsv_SE. - Go to edit screen of media item, press button
Edit image/Redigera bild. - Click
Image rotation/Bildrotationbutton. - 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
@
3 years ago
- Owner set to
- Status new → accepted
Well, I should definitely have caught that. Thanks, @kebbet!
#11
@
3 years ago
- Keywords dev-feedback added
Reopening for 2nd committer approval to backport into 6.3.
#13
@
3 years ago
Hi, @audrasjb! Requesting second committer review for backport to 6.3, when you have a chance.
#15
@
3 years ago
- Keywords dev-reviewed added; dev-feedback removed
Thanks for the ping @joedolson.
I sign-off this changeset 👍
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
The drop down menu in action, with sv_SE locale