Task start date/time is removed upon opening the edit task dialog
Categories
(Calendar :: Dialogs, defect)
Tracking
(Not tracked)
People
(Reporter: ssitter, Assigned: darktrojan)
References
(Regression)
Details
(Keywords: dataloss, regression)
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
Fallen
:
review+
Fallen
:
approval-calendar-beta+
|
Details | Diff | Splinter Review |
STR:
Switch to task tab and create a task with both start date and due date set. Save and close the task. Re-open the task for editing.
Expected:
Start date and due date are enabled and have the previously set values.
Actual:
Start date is disabled / removed.
Updated•5 years ago
|
Reporter | ||
Comment 1•5 years ago
|
||
Regression range:
Works 68.0a1 (2019-05-19)
Fails 68.0a1 (2019-05-20)
https://hg.mozilla.org/comm-central/pushloghtml?fromchange=af02a4451ba2966d9e98f5a881ef21fc8f535a27&tochange=99d648a65b4aeac8108178eb15a07fa951ededc8
Reporter | ||
Comment 2•5 years ago
|
||
This seems to be regressed by Bug 1551081. I reverted the following change:
'- oncommand="checkUntilDate();"
'+ onchange="checkUntilDate();"
and the tasks start date works again. Maybe checkUntilDate() gets triggered during opening the dialog and somehow breaks or modifies start date?
Assignee | ||
Comment 3•5 years ago
|
||
Your assessment appears to be correct, Stefan.
Assignee | ||
Comment 4•5 years ago
|
||
Assignee | ||
Comment 5•5 years ago
|
||
Take two.
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/06efd8b78dc6
Fix broken start date/time in task dialog. r=philipp
Updated•5 years ago
|
Comment 7•5 years ago
|
||
TB 68 beta 4 / Cal 7.0:
https://hg.mozilla.org/releases/comm-beta/rev/8a9951252cf61004c8e0f2996547e29e5a1db8b5
Description
•