Closed
Bug 393596
Opened 18 years ago
Closed 18 years ago
JavaScript strict warnings in sun-calendar-event-dialog-attendees.xml
Categories
(Calendar :: General, defect)
Calendar
General
Tracking
(Not tracked)
VERIFIED
FIXED
0.7
People
(Reporter: ssitter, Assigned: ssitter)
Details
Attachments
(1 file)
1.35 KB,
patch
|
Fallen
:
review+
|
Details | Diff | Splinter Review |
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.7pre) Gecko/20070824 Sunbird/0.7pre
JavaScript strict warnings in sun-calendar-event-dialog-attendees.xml
Steps to Reproduce:
1. Enable strict warnings
2. Create new event. In the event dialog select Options -> Invite Attendees
3. Check Console
Warning: function set_force24Hours does not always return a value
Source File: chrome://calendar/content/sun-calendar-event-dialog-attendees.xml
Line: 2082, Column: 20
Source Code:
return;
Warning: function set_force24Hours does not always return a value
Source File: chrome://calendar/content/sun-calendar-event-dialog-attendees.xml
Line: 2091, Column: 20
Source Code:
return val;
Assignee | ||
Comment 1•18 years ago
|
||
Assignee: nobody → ssitter
Status: NEW → ASSIGNED
Attachment #278186 -
Flags: review?(michael.buettner)
Comment 2•18 years ago
|
||
Comment on attachment 278186 [details] [diff] [review]
rev0 - fix warning
Taking over review since mickey is on vacation. Looks good, r=philipp
Attachment #278186 -
Flags: review?(michael.buettner) → review+
Assignee | ||
Updated•18 years ago
|
Keywords: checkin-needed
Comment 3•18 years ago
|
||
Checked in on HEAD and MOZILLA_1_8_BRANCH by Philipp.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → 0.7
Comment 4•18 years ago
|
||
VERIFIED with Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.7pre) Gecko/20070828 Calendar/0.7pre.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•