Invitations can't be accepted from the summary dialog
Categories
(Calendar :: E-mail based Scheduling (iTIP/iMIP), defect)
Tracking
(thunderbird_esr102 unaffected, thunderbird111 fixed)
Tracking | Status | |
---|---|---|
thunderbird_esr102 | --- | unaffected |
thunderbird111 | --- | fixed |
People
(Reporter: darktrojan, Assigned: darktrojan)
Details
(Keywords: regression)
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
|
Details | Review |
Clicking on the accept button triggers this error:
Uncaught (in promise) ReferenceError: ensureCalendarVisible is not defined
doTransaction chrome://calendar/content/calendar-item-editing.js:673
onModifyItem chrome://calendar/content/calendar-item-editing.js:400
onInvitationDialogAccept chrome://calendar/content/calendar-summary-dialog.js:259
Assignee | ||
Comment 1•3 months ago
|
||
I can't work out when or why this broke. I'll just fix it, I guess.
Assignee | ||
Comment 2•3 months ago
|
||
The failure case is trying to call ensureCalendarVisible
from an about:message window. Call it from the topmost window instead. In other cases this will change nothing.
Updated•3 months ago
|
Updated•3 months ago
|
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/b3e7bdfcd50b
Call ensureCalendarVisible from the right context. r=aleca
Assignee | ||
Updated•3 months ago
|
Assignee | ||
Comment 4•3 months ago
|
||
Comment on attachment 9320664 [details]
Bug 1819759 - Call ensureCalendarVisible from the right context. r=#thunderbird-reviewers
[Approval Request Comment]
Regression caused by (bug #): supernova
Comment 5•3 months ago
|
||
Comment on attachment 9320664 [details]
Bug 1819759 - Call ensureCalendarVisible from the right context. r=#thunderbird-reviewers
[Triage Comment]
Approved for beta
Comment 6•3 months ago
|
||
bugherder uplift |
Thunderbird 111.0b3:
https://hg.mozilla.org/releases/comm-beta/rev/3cdfbb565b9c
Description
•