Closed
Bug 364571
Opened 19 years ago
Closed 19 years ago
[Proto] Error while opening "invite attendees" dialog
Categories
(Calendar :: Calendar Frontend, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: omar.bajraszewski, Assigned: michael.buettner)
Details
Attachments
(1 file)
|
10.77 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1
when I open "invite attendees" I can see errors in console
Reproducible: Always
Steps to Reproduce:
1.Install wcap enabler
2.open "new event"
3.open error console
4.click "invite attendes"
5.Click "invite attendees"
6.Look at console
Actual Results:
You can see errors that keep opening:
Error: this._buttons has no properties
Source File: chrome://global/content/bindings/dialog.xml
Line: 81
Error: this.getFreeBusyElement(1) has no properties
Source File: chrome://calendar/content/sun-calendar-event-dialog-freebusy.xml
Line: 1317
Expected Results:
No errors in console
Ligtning 2006122004
| Reporter | ||
Comment 1•19 years ago
|
||
No second click on "invite attendees"- sorry for mistake- please skip 5th step
Updated•19 years ago
|
Summary: Error while opening "invite attendees" dialog → [Proto] Error while opening "invite attendees" dialog
| Assignee | ||
Comment 2•19 years ago
|
||
I can reproduce this behavior on MOZILLA_1_8_BRANCH-builds but not in Thunderbird 1.5.0.7. Unfortunately the initialization code of the attendee page relies on a specific order in which constructors of several bindings and their corresponding load-event gets triggered. This order seems to have changed from the above mentioned versions.
Assignee: nobody → michael.buettner
| Assignee | ||
Updated•19 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Assignee | ||
Comment 3•19 years ago
|
||
This patch moves the necessary part of the initialization code to the load-event and provides all necessary changes in order to accommodate the order in which the calls are now being made.
| Assignee | ||
Comment 4•19 years ago
|
||
Checked in on trunk and MOZILLA_1_8_BRANCH
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•