Closed
Bug 342337
Opened 20 years ago
Closed 18 years ago
JavaScript error if 'Go to Date' dialog is closed with Return key
Categories
(Calendar :: Sunbird Only, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: ssitter, Unassigned)
References
Details
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/20060621 Sunbird/0.3a2+
JavaScript error if 'Go to Date' dialog is closed with Return key
Steps to reproduce:
1. Open 'Go to Date' dialog
2. Enter new date and close dialog using Return key
Actual Results:
The correct date is selected in view. But jsconsole shows:
Error: document.getElementById("ok") has no properties
Source File: chrome://calendar/content/goToDateDialog.xul Line: 1
Expected Results:
Same as above but without JavaScript error.
Comment 1•20 years ago
|
||
I bet we can get a testcase here and punt this off to toolkit, since this doesn't look to be in our code anywhere. Anyone want to volunteer?
Comment 3•18 years ago
|
||
This is WFM with latest nightlys on trunk and Mozilla1.8 branch. -> Nominating for resolving as WFM
| Reporter | ||
Comment 4•18 years ago
|
||
Fails in Sunbird 0.9pre (2008-05-19-20)
Works in Sunbird 0.9pre (2008-05-20-20)
Fixed by Bug 433947?
Comment 5•18 years ago
|
||
Possible... Resolving WFM as per comments #3 and #4.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•