Opened 6 months ago
Closed 6 months ago
#22741 closed defect (bug) (fixed)
Minor positioning issue for gallery edit screen at small widths
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Media | Version: | 3.5 |
| Severity: | minor | Keywords: | has-patch needs-testing |
| Cc: |
Attachments (4)
Change History (13)
SergeyBiryukov — 6 months ago
comment:1
SergeyBiryukov — 6 months ago
- Keywords has-patch added
comment:3
in reply to:
↑ 2
SergeyBiryukov — 6 months ago
Replying to lessbloat:
22741.patch works fine until you get even smaller
Yeah, that currently happens without the patch as well. Appears to be caused by fixed height on .media-toolbar, not sure how to avoid that.
22741.2.patch uses absolute positioning to ensure that the line never wraps when the screen is < 900px.
Koopersmith: I'm not coming up with much:
.narrow-width
.narrow-window
.hide-when-narrow
koopersmith — 6 months ago
comment:8
in reply to:
↑ 7
koopersmith — 6 months ago
- Keywords needs-testing added
Replying to lessbloat:
22741.3.patch just deals with the task at hand.
Dealing with the task at hand sounds right to me. We can't break at the exact lengths of strings, because we need to account for internationalization. attachment:22741.4.diff attempts to break at smart points for the defaults and will automatically hide any elements if they do overflow the bar's limits.
comment:9
markjaquith — 6 months ago
- Owner set to markjaquith
- Resolution set to fixed
- Status changed from new to closed
In 23071:


22741.patch works fine until you get even smaller: