Closed
Bug 293281
Opened 20 years ago
Closed 20 years ago
getAndSetEventTable is not defined
Categories
(Calendar :: Sunbird Only, defect)
Calendar
Sunbird Only
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: gekacheka, Assigned: mostafah)
Details
(Keywords: regression)
Attachments
(1 file, 1 obsolete file)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3
Build Identifier: 20050505
Dragging divider between event list and grid produces javascript error
Reproducible: Always
Steps to Reproduce:
Drag split-pane divider between event list and grid.
Actual Results:
Error: getAndSetEventTable is not defined
Source File: chrome://calendar/content/calendarWindow.js
Line: 532
Expected Results:
No error.
Keywords: regression
(patch -l -p 2 -i file.patch)
getAndSetEventTable was removed by patch for bug 281716. It was incorporated
into refreshEventTree, and calls refreshEventTree that used to have
getAndSetTable() as a parameter now have no parameter.
This patch does the same for the two calls in calendarWindow.js
Attachment #182885 -
Flags: first-review?(mvl)
(patch -l -p 2 -i file.patch)
As above, adds one more found call in calendarManager.js.
(Although calendarManager.js is not currently used, I assume some of its
functionality will be reimplemented, so it is best to keep it up to date.)
Attachment #182885 -
Attachment is obsolete: true
Attachment #182900 -
Flags: first-review?(mvl)
Attachment #182885 -
Flags: first-review?(mvl)
Updated•20 years ago
|
Attachment #182900 -
Flags: first-review?(mvl) → first-review+
Comment 3•20 years ago
|
||
patch checked in, with the same change to rootCalendarPref.js
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•19 years ago
|
QA Contact: gurganbl → sunbird
You need to log in
before you can comment on or make changes to this bug.
Description
•