Closed
Bug 1888786
Opened 1 year ago
Closed 9 months ago
Calendar not adjusting to window width
Categories
(Calendar :: Calendar Frontend, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1838677
People
(Reporter: trevmrgn+bug, Unassigned)
Details
Steps to reproduce:
- Open calendar view; resize the window width. (or fullscreen on a 4:3 monitor)
- Hide or show the today pane.
- Move the splitter bar between the mini-calendar / calendar list and the main calendar.
Actual results:
- The calendar is truncated on the right with no scrollbar to view the clipped portion.
- The today pane overlays the calendar
- The calendar adapts to the changed width (but is still clipped)
Expected results:
The calendar adjusts its width to fit the available space in the window, as in previous versions.
Comment 1•1 year ago
|
||
| Reporter | ||
Comment 2•1 year ago
|
||
(In reply to Magnus Melin [:mkmelin] from comment #1)
Bug 1838677?
Looks like it. Bug search didn't find anything similar when I added this one.
Additional information found in inspector:
<hbox id="calendarDisplayBox">
has an unnecessary width style (changed by the splitter). Disabling that gives the expected behaviour except the scrollbar doesn't always appear when the window gets too narrow.
Updated•9 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•