Closed
Bug 1481160
Opened 7 years ago
Closed 7 years ago
Timezone labels in attendee dialog not aligned
Categories
(Calendar :: Dialogs, enhancement)
Calendar
Dialogs
Tracking
(Not tracked)
RESOLVED
FIXED
6.5
People
(Reporter: Paenglab, Assigned: darktrojan)
Details
Attachments
(2 files)
|
1.80 KB,
image/png
|
Details | |
|
1.46 KB,
patch
|
Paenglab
:
review+
|
Details | Diff | Splinter Review |
The timezone labels aren't aligned in attendee dialog.
In TB 52 and 60 only the from timezone is shown the to is collapsed. Either this will be collapsed too in Daily or we need to align the labels properly.
I think we should collapse like it was before as it makes not much sense to change the timezone during a meeting.
| Assignee | ||
Comment 1•7 years ago
|
||
I also see this in 60, FWIW, and I think I know why: the end timezone is hidden if the timezones are the same, but the way we compare timezones is terrible.
| Reporter | ||
Comment 2•7 years ago
|
||
Then it it could be also fixed by CSS. It is defined here https://searchfox.org/comm-central/source/calendar/base/themes/linux/dialogs/calendar-event-dialog.css#13 to align it behind the time lock button.
| Assignee | ||
Comment 3•7 years ago
|
||
We shouldn't even be using that stylesheet on this dialog. It has nothing we want. :/
| Assignee | ||
Comment 4•7 years ago
|
||
| Reporter | ||
Comment 5•7 years ago
|
||
Comment on attachment 8997835 [details] [diff] [review]
1481160-timezone-labels-1.diff
This fixes the issue. r+ with my comment considered.
There are styles for the attendee dialog in https://searchfox.org/comm-central/source/calendar/base/themes/common/dialogs/calendar-event-dialog.css#317-448 that should be considered to move to calendar-attendee.css. They need also some tuning to work after the listbox conversion.
Attachment #8997835 -
Flags: review?(richard.marti) → review+
| Assignee | ||
Comment 6•7 years ago
|
||
That is such a mess I've filed bug 1481339 to deal with it.
Keywords: checkin-needed
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/dd114840e2d8
fix alignment of timezone labels in attendee dialog. r=Paenglab
Updated•7 years ago
|
Target Milestone: --- → 6.5
You need to log in
before you can comment on or make changes to this bug.
Description
•