#42526 closed defect (bug) (fixed)
About: Columns width jumps
Reported by: | kebbet | Owned by: | westonruter |
---|---|---|---|
Milestone: | 4.9 | Priority: | normal |
Severity: | normal | Version: | 4.9 |
Component: | Help/About | Keywords: | has-patch dev-reviewed commit |
Focuses: | ui, administration | Cc: |
Description
When browsing the new about-page with Swedish translation, the widths of the columns are jumping, and the header is floating over the body text. This makes the experience of browsing the page quite messy.
Maybe it's a translation thing, but I think the design should encounter for headings with long words.
See video of the behavior.
https://imgur.com/a/dUiJE
Using Chrome, macOS X, WP 4.9-RC2-42158
Attachments (3)
Change History (14)
#1
@
7 years ago
- Focuses ui added
- Keywords needs-patch added
- Milestone changed from Awaiting Review to 4.9
- Version changed from trunk to 4.9
#2
@
7 years ago
Two ideas:
- Break up long words into multiple lines using hyphenation
- See if it's possible to display long words in a single row, undocked, above the content columns
This ticket was mentioned in Slack in #core by jeffpaul. View the logs.
7 years ago
#5
@
7 years ago
- Keywords has-patch added; needs-patch removed
42526.diff handles this by switching the layout for sections with longer titles to display above the content - @melchoyce's second option in her comment. You can see it in the screenshot above (screenshot.png).
This also addresses the issue in #42514 by docking the title to the bottom of the section when scrolled to the end of a section, naturally scrolling it out of view (rather than having it jump back to the top). it also makes scrolling back up the page seem smoother :)
#6
@
7 years ago
Looks good in Chrome, Firefox, and Safari. 👍 Works better for #42514 for sure.
@kebbet If you're able, would you mind testing this patch? 42526.diff
#7
@
7 years ago
- Keywords dev-reviewed commit added
Good call on docking to the bottom, it's a little odd to me that the columns align to the left when there's a long title but I'm not sure if it's actually weird or if it's just that I'm scrolling around more than an actual reader would. 42526.diff looks good to me.
#8
@
7 years ago
42526.2.diff fixes the issue raised by @melchoyce that long titles don't wrap on small screens link to slack comment.
Related: #42514