Closed
Bug 288355
Opened 20 years ago
Closed 20 years ago
datepicker will cause a JS error if the onchange isn't specified
Categories
(Calendar :: Sunbird Only, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: calvin, Assigned: mostafah)
References
()
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.6) Gecko/20050319 Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.6) Gecko/20050319 This happens anytime there isn't an onchange attribute in the datepicker. It also happens on the task edit screen for the completed field. Error: this.kCallback is not a function Source File: chrome://calendar/content/datetimepickers/datepicker.xbl Line: 166 Reproducible: Always Steps to Reproduce: 1. Open calendar 2. Selecte "Go to Date" from the go Menu 3. Pull down the datepicker menu popup Actual Results: Error: this.kCallback is not a function Source File: chrome://calendar/content/datetimepickers/datepicker.xbl Line: 166 Expected Results: Should have been no error.
This was fixed on trunk by patch to bug 278877 (datepicker.xbl line 166, checked in 2005-03-13).
Status: UNCONFIRMED → 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
•