Closed
Bug 308976
Opened 20 years ago
Closed 20 years ago
timepicker displays 'undefined' if alphabetic month format: "this.dateservice has no properties"
Categories
(Calendar :: Sunbird Only, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: gekacheka, Assigned: mostafah)
Details
Attachments
(1 file)
|
1.50 KB,
patch
|
mvl
:
first-review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/20050917 Mozilla Sunbird/0.2+
If the month format is alphabetic (dd-MMM-yy, 17-Sep-05)
then event dialog timepickers display 'undefined'
and javascript console has error "this.dateService has no properties"
Reproducible: Always
Steps to Reproduce:
1. Set o.s. short date format to dd-MMM-yy
(on w2k: control panel | regional options | date | short date format)
2. start sunbird
3. new event
Actual Results:
start date is ok, but start time is 'undefined'
end date is ok, but end time is 'undefined'
Error: this.dateService has no properties
Source File: chrome://calendar/content/datetimepickers/datetimepickers.xml
Line: 1274
Expected Results:
start and end times should be formatted as times
(patch -l -p 2 -i file.patch)
Problem was leftover call to this.dateService which no longer exists.
With this patch, using dd-MMM-yy date format, opening event dialog no longer
produces errors about this.dateService, and start time and end time fields are
no longer 'undefined'.
Attachment #196451 -
Flags: first-review?(mvl)
Comment 2•20 years ago
|
||
Comment on attachment 196451 [details] [diff] [review]
this.dateService.FormatDate --> this.formatDate
r=mvl
Attachment #196451 -
Flags: first-review?(mvl) → first-review+
Comment 3•20 years ago
|
||
patch checked in
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•