Closed
Bug 1705250
Opened 5 years ago
Closed 5 years ago
Fix some layout issues in the event dialog
Categories
(Calendar :: Dialogs, defect)
Calendar
Dialogs
Tracking
(thunderbird_esr78 wontfix)
RESOLVED
FIXED
89 Branch
| Tracking | Status | |
|---|---|---|
| thunderbird_esr78 | --- | wontfix |
People
(Reporter: darktrojan, Assigned: darktrojan)
Details
Attachments
(1 file)
The calendar and category menu lists used to share a row in the event dialog. This required a duplicate label for the calendar list in case the category list wasn't displayed. Bug 1569562 moved the calendar row to the top of the dialog, but kept both copies of the label.
If the category list isn't displayed (because the calendar in question doesn't support categories) the separator line below it is missing.
The check box for all-day events is hidden when it's a task being edited, but the whole row should be hidden.
| Assignee | ||
Comment 1•5 years ago
|
||
- Removes the duplicate calendar label.
- Hides the whole "All-day event" row instead of just the check box.
- Puts separators in their own row so that they still appear if the rows above and below them are hidden.
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/9858167d5d40
Fix some layout issues in the event dialog. r=mkmelin
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•5 years ago
|
status-thunderbird_esr78:
--- → wontfix
Target Milestone: --- → 89 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•