Closed
Bug 370547
Opened 18 years ago
Closed 18 years ago
Error 'self has no properties' when opening modeless event/task dialog
Categories
(Calendar :: Calendar Frontend, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: ssitter, Assigned: michael.buettner)
Details
Attachments
(1 file)
698 bytes,
patch
|
mattwillis
:
first-review+
|
Details | Diff | Splinter Review |
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.2pre) Gecko/20070215 Calendar/0.4a1 BuildID: 2007021510
Opening the modeless New Event or New Task dialog causes the following error message in JavaScript console:
Error: self has no properties
Source File: chrome://calendar/content/calendar-event-dialog.js
Line: 125
Assignee | ||
Comment 1•18 years ago
|
||
This is obviously a regression from bug #356833.
Assignee: nobody → michael.buettner
Assignee | ||
Comment 2•18 years ago
|
||
The offending line should just be removed, shouldn't it? The focus has to be set to the title field, that's it.
Attachment #255341 -
Flags: first-review?(lilmatt)
Comment 3•18 years ago
|
||
Comment on attachment 255341 [details] [diff] [review]
patch v1
r=lilmatt
Updated•18 years ago
|
Attachment #255341 -
Flags: first-review?(lilmatt) → first-review+
Assignee | ||
Comment 4•18 years ago
|
||
Checked in on trunk and MOZILLA_1_8_BRANCH
Assignee | ||
Updated•18 years ago
|
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 5•18 years ago
|
||
Verified using Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.3pre) Gecko/20070228 Calendar/0.5pre BuildID: 2007022804
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•