Opened 14 months ago
Last modified 7 months ago
#58909 new defect (bug)
width problem in the administration interface
Reported by: | pasglop | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | has-screenshots has-patch |
Focuses: | ui | Cc: |
Description
Hi,
With quick edit mode (any post), and with french language, the French translation causes line breaks in the author and password columns :
Attachments (1)
Change History (5)
#1
@
14 months ago
- Focuses ui added
- Keywords needs-patch has-screenshots added
- Version 6.2.2 deleted
#2
follow-up:
↓ 3
@
14 months ago
I think the issue is mainly in the length of the strings. Since I looked at my locale nl_BE and I don't see that issue there... but our words are shorter.
So, either we limit us translators to a certain length OR make it responsive-ish and "not really care" about the length of the translation.
Also, JB... Besides the author label ... look at the password label. Same issue me thinks.
#3
in reply to:
↑ 2
@
14 months ago
Replying to NekoJonez:
Also, JB... Besides the author label ... look at the password label. Same issue me thinks.
Same issue but not same problem :D
- The password label is "Mot de passe" which is three words, so the cut is ok.
- The author label is "Auteur/autrice" which is one word, so the cut is not ok. It cut on the wrong place, leaving a single "e" on a new line.
But basically, the problem comes from the interface, not from the translation.
Using hyphens: auto;
would provide a clean cut.
This ticket was mentioned in PR #6172 on WordPress/wordpress-develop by @akmelias.
7 months ago
#4
- Keywords has-patch added; needs-patch removed
Line breaks in columns on quick edit mode (any post) if the translation of the label becomes too long in any language.
Adds hyphens: auto
### With issue
### After issue fixed
Trac ticket: [url https://core.trac.wordpress.org/ticket/58909]
Hi @pasglop, welcome to Trac and thank you for opening this ticket!
Please note that the issue was kinda fixed by us General Translation Editor of the fr_FR locale by adding spaces between the slash.
However the issue mai still exist in some other locales. It would be nice to at least use
hyphens: auto;
on very narrow interface elements, in order to mitigate the issue.Note: the CSS selector for this interface element is:
Reproduction steps: