Closed
Bug 353698
Opened 19 years ago
Closed 19 years ago
error when editing deleted event
Categories
(Calendar :: Calendar Frontend, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: damian.publicemail, Assigned: jminta)
Details
Attachments
(1 file)
|
2.54 KB,
patch
|
mattwillis
:
first-review+
mvl
:
second-review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060921 Calendar/0.3a2+
Delete option should be disabled when event is deleted (specially then it was last event in calendar)
Reproducible: Always
Steps to Reproduce:
1. create new profile
2. create event
3. from context menu select delete event
4. from context menu select edit event
5. press enter
Actual Results:
error console:
Error: Severe error in internal transaction code!
ID does not already exist for modifyItem
Please report this to the developers.
Source File: chrome://calendar/content/calendar-item-editing.js
Line: 297
Expected Results:
delete item should be disabled
| Assignee | ||
Comment 1•19 years ago
|
||
We should fire an itemselect event if an item being deleted was previously selected. This allows the listener to properly update the menuitems.
Assignee: nobody → jminta
Status: NEW → ASSIGNED
Attachment #250806 -
Flags: second-review?(mvl)
Attachment #250806 -
Flags: first-review?(lilmatt)
Comment 2•19 years ago
|
||
Comment on attachment 250806 [details] [diff] [review]
fire event when appropriate
r=lilmatt with a one-line comment in each file above your change explaining why you're doing what you're doing there
Attachment #250806 -
Flags: first-review?(lilmatt) → first-review+
Comment 3•19 years ago
|
||
Comment on attachment 250806 [details] [diff] [review]
fire event when appropriate
r2=mvl, but indeed add a comment. It took me some time to figure out what the code does, and i even had the hint that it should fix this bug.
Attachment #250806 -
Flags: second-review?(mvl) → second-review+
| Assignee | ||
Comment 4•19 years ago
|
||
patch checked in, with the comment.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 5•19 years ago
|
||
verified with
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a2pre) Gecko/20070111 Calendar/0.4a1
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•