- Issue created by @AditiVB
- 🇮🇳India yash.rode pune
No word is generally larger than the size allowed by the input body filed. The longest word in English is pneumonoultramicroscopicsilicovolcanoconiosis which fits just fine. Still, this can be fixed if there exists any case in which we need to enter a single word larger than the permitted size.
- Status changed to Postponed: needs info
about 1 year ago 11:25am 12 October 2023 What should happen instead? What are you proposing as a solution?
- 🇮🇳India AditiVB
Here if we enter word larger in size UI should not break as shown in articleissue.png
- Status changed to Needs work
about 1 year ago 11:40am 16 October 2023 - 🇮🇳India AditiVB
Here if we enter word larger in size UI should not break as shown in articleissue.png
- Status changed to Postponed: needs info
about 1 year ago 12:52pm 16 October 2023 Please can you explain what is broken in that layout? Perhaps a screenshot simulating you suggested solution would assist in understanding this bug report.
I think this is referencing Olivero theme.
- 🇺🇸United States andy-blum Ohio, USA
While the example provided here isn't valid, it does highlight a problem that could be experienced with very long words on the mobile layout. For example, if we add a very long german word, we can experience the overflow issue identified here.
By adding the
hyphens: auto;
CSS rule, we can get that word to break in a language specific way.Language support depends on browser implementation, which is poor according to MDN, but that information appears to be out-of-date
- Status changed to Needs work
about 1 year ago 2:38pm 17 October 2023 - Status changed to Needs review
about 1 year ago 7:53am 18 October 2023 - last update
about 1 year ago Custom Commands Failed - Status changed to Needs work
about 1 year ago 8:19am 18 October 2023 - last update
about 1 year ago 30,411 pass, 4 fail - First commit to issue fork.
- First commit to issue fork.
- Merge request !5621#3393531: Added hyphens: auto and word-wrap property to fix the long words overflow issue. → (Open) created by shweta__sharma
- Status changed to Needs review
about 1 year ago 5:01pm 30 November 2023 - Status changed to RTBC
about 1 year ago 3:51pm 1 December 2023 - 🇺🇸United States smustgrave
Fixed up the issue summary to use the correct template, not sure where the original one came from.
MR appears to be addressing the issue, saving credit for @shweta_sharma for the fix.
- Status changed to Needs work
about 1 year ago 3:54am 7 December 2023 - Status changed to Needs review
about 1 year ago 3:59am 7 December 2023 - Status changed to Needs work
about 1 year ago 1:35pm 7 December 2023 - 🇺🇸United States smustgrave
Please provide additional screenshots or steps if we are expanding the scope
- Status changed to Needs review
about 1 year ago 4:13am 8 December 2023 - 🇮🇳India gauravvvv Delhi, India
With MR in comment #15
With MR in comment #21
As with #21, scope is for all text contents, it will wrap all words into next line with hyphens.
- Status changed to RTBC
about 1 year ago 5:21am 8 December 2023 Agree with #20 I can confirm that we need to expand the scope of the long text for the other elements. The recent MR has fixed the issue. If we have any long word which is overflowing then the text will wrapped into the next line with hyphens. The changes seem good we can move this to RTBC now.
Thanks- 🇳🇿New Zealand quietone
I'm triaging RTBC issues → . I read the IS and the comments. I didn't find any unanswered questions or other work to do.
Leaving at RTBC.
- Status changed to Fixed
10 months ago 4:18pm 27 February 2024 Automatically closed - issue fixed for 2 weeks with no activity.