Closed
Bug 459908
Opened 16 years ago
Closed 16 years ago
Error "gCalendarStatusFeedback is not defined" when some dialogs
Categories
(Calendar :: Calendar Frontend, defect)
Calendar
Calendar Frontend
Tracking
(Not tracked)
VERIFIED
FIXED
1.0b1
People
(Reporter: ssitter, Assigned: berend.cornelius09)
Details
(Keywords: regression)
Attachments
(2 files)
798 bytes,
patch
|
Fallen
:
review+
|
Details | Diff | Splinter Review |
1.80 KB,
patch
|
berend.cornelius09
:
review+
|
Details | Diff | Splinter Review |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b2pre) Gecko/20081014 Calendar/1.0pre (BuildID: 20081014045208)
Lightning 1.0pre (20081014030985) + Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b2pre) Gecko/20081014 Shredder/3.0b1pre (BuildID: 20081014031016).
Steps to Reproduce:
===================
1. Create new event and open the Invite Attendees dialog
2. Close the Invite Attendees dialog using [Ok] or [Cancel]
Actual Results:
===============
Error: gCalendarStatusFeedback is not defined
Source File: chrome://calendar/content/calUtils.js
Line: 1874
Expected Results:
=================
No error
Updated•16 years ago
|
Flags: blocking-calendar1.0+
Reporter | ||
Comment 1•16 years ago
|
||
Regression range: Works in Sunbird 1.0pre (20081013031044)
Fails in Sunbird 1.0pre (20081014045208)
Checkins during regression range:
http://hg.mozilla.org/comm-central/pushloghtml?startdate=2008-10-13+03:00:00&enddate=2008-10-14+05:00:00
Keywords: regression
Assignee | ||
Comment 2•16 years ago
|
||
Certainly a regression from Bug 456102 - Minimonth should generally be able to show free-busy states. Taking over...
Assignee: nobody → Berend.Cornelius
Assignee | ||
Comment 3•16 years ago
|
||
Attachment #343196 -
Flags: review?(philipp)
Updated•16 years ago
|
Attachment #343196 -
Flags: review?(philipp) → review+
Assignee | ||
Comment 4•16 years ago
|
||
patch pushed to comm-central:
http://hg.mozilla.org/comm-central/rev/0e08c97df3af
->fixed
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: --- → 1.0
Updated•16 years ago
|
OS: Windows XP → All
Hardware: PC → All
Reporter | ||
Comment 5•16 years ago
|
||
The Go To Date dialog and the Custom Reminder dialog show the same error.
(I hope it's OK to reopen this bug instead of filling a new one.)
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Summary: Error "gCalendarStatusFeedback is not defined" when closing Invite Attendees dialog → Error "gCalendarStatusFeedback is not defined" when some dialog
Reporter | ||
Updated•16 years ago
|
Summary: Error "gCalendarStatusFeedback is not defined" when some dialog → Error "gCalendarStatusFeedback is not defined" when some dialogs
Reporter | ||
Comment 6•16 years ago
|
||
Add the Print Preview dialog to that list.
Reporter | ||
Comment 7•16 years ago
|
||
The Choose Timezone dialog reports the error too.
Maybe calUtils.js is not the right place for getCompositeCalendar()? Or maybe the check for gCalendarStatusFeedback should be improved? Could something similar to |if ("gCalendarStatusFeedback" in window)| work?
Comment 8•16 years ago
|
||
@Stefan: Your code assumes we always have a |window| object which we may not have. I think our only safe haven is catching away such an error here.
Attachment #344048 -
Flags: review?(Berend.Cornelius)
Assignee | ||
Comment 9•16 years ago
|
||
Comment on attachment 344048 [details] [diff] [review]
fix2
patch solves the problem and saves us quite some trouble. But I don't know if this is really an "exception" by definition that we handle here. So you should probably add a comment here why we wrap the exception handling around.
r=berend;
Attachment #344048 -
Flags: review?(Berend.Cornelius) → review+
Comment 10•16 years ago
|
||
Pushed to comm-central <http://hg.mozilla.org/comm-central/rev/296018803281>
-> FIXED
Status: REOPENED → RESOLVED
Closed: 16 years ago → 16 years ago
Resolution: --- → FIXED
Comment 11•16 years ago
|
||
Checked in lightning build 2008102203557 ans sunbird 20081022 -> VERIFIED
Status: RESOLVED → VERIFIED
Updated•15 years ago
|
Target Milestone: 1.0 → 1.0b1
You need to log in
before you can comment on or make changes to this bug.
Description
•