Bug 1805693 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

The Edit Recurrence dialog comes with a pretty silly UX aimed at offering users the ability to see the highlighted dates based on the their recurrence preferences.

**What's wrong**
- This dialog adds extra months whenever it's resized and then it stores the new size int he XUL store.
- After extra months are added is impossible to make dialog smaller.
- The tests covering this area need to do some sketchy await in order to pass in mochitest.
The Edit Recurrence dialog comes with a pretty silly UX aimed at offering users the ability to see the highlighted dates based on the their recurrence preferences.

**What's wrong**
- This dialog adds extra months whenever it's resized and then it stores the new size int he XUL store.
- After extra months are added is impossible to make dialog smaller.
- The tests covering this area need to do some sketchy await in order to pass in mochitest.

**What to do**
- 
- Tests to change: https://searchfox.org/comm-central/rev/07e2b09826d048a1f25e7cc1f0a01f7a8120ce72/calendar/test/browser/recurrence/browser_customMinimonthCount.js#22
The Edit Recurrence dialog comes with a pretty silly UX aimed at offering users the ability to see the highlighted dates based on the their recurrence preferences.

## What's wrong
- This dialog adds extra months whenever it's resized and then it stores the new size int he XUL store.
- After extra months are added is impossible to make dialog smaller.
- The tests covering this area need to do some sketchy await in order to pass in mochitest.

## What to do
- Tests to change: https://searchfox.org/comm-central/rev/07e2b09826d048a1f25e7cc1f0a01f7a8120ce72/calendar/test/browser/recurrence/browser_customMinimonthCount.js#22
The Edit Recurrence dialog comes with a pretty silly UX aimed at offering users the ability to see the highlighted dates based on the their recurrence preferences.

## What's wrong
- The minimonth used in this dialog doesn't get the new style.
- This dialog adds extra months whenever it's resized and then it stores the new size int he XUL store.
- After extra months are added is impossible to make dialog smaller.
- The tests covering this area need to do some sketchy await in order to pass in mochitest.

## What to do
- Make sure the style it's consistent.
- Only show 3 months at all times.
- Add a left and right arrow to navigate through the months.
- Update the tests: https://searchfox.org/comm-central/rev/07e2b09826d048a1f25e7cc1f0a01f7a8120ce72/calendar/test/browser/recurrence/browser_customMinimonthCount.js#22

Back to Bug 1805693 Comment 0