Bug 1709055 Comment 8 Edit History

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

(In reply to haertl.mike from comment #7)
> But then why has this worked before in older versions of Calendar?
I can't say for sure, maybe someone with more experience can. I tested with a copy of 68 and got the same behavior.

> Also is there a way that I can verify if this is really causing my problem? I know how to use the debugger but not sure where to look or what to look for.

If you look at the traffic on the network tab you'll see a `PUT` followed by a `REPORT` request each time you attempt to dismiss the dialog. The outgoing PUT includes a `X-MOZ-LASTACK` which indicates when we acknowledged the alarm. If you look at the REPORT response you'll see that property is missing.
(In reply to haertl.mike from comment #7)
> But then why has this worked before in older versions of Calendar?

I can't say for sure, maybe someone with more experience can. I tested with a copy of 68 and got the same behavior.

> Also is there a way that I can verify if this is really causing my problem? I know how to use the debugger but not sure where to look or what to look for.

If you look at the traffic on the network tab you'll see a `PUT` followed by a `REPORT` request each time you attempt to dismiss the dialog. The outgoing PUT includes a `X-MOZ-LASTACK` which indicates when we acknowledged the alarm. If you look at the REPORT response you'll see that property is missing.
(In reply to haertl.mike from comment #7)
> But then why has this worked before in older versions of Calendar?

I can't say for sure, maybe someone with more experience can. I tested with a copy of 68 and got the same behavior.

> Also is there a way that I can verify if this is really causing my problem? I know how to use the debugger but not sure where to look or what to look for.

If you look at the traffic on the network tab you'll see a `PUT` followed by a `REPORT` request each time you attempt to dismiss the dialog. The outgoing PUT includes a `X-MOZ-LASTACK` which indicates when we acknowledged the alarm. If you look at the REPORT response you'll see that property missing.

Back to Bug 1709055 Comment 8