Closed
Bug 353470
Opened 19 years ago
Closed 18 years ago
Deleting a Todo also deletes an Email
Categories
(Calendar :: Calendar Frontend, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: chris.j.bugzilla, Unassigned)
Details
(Keywords: dataloss)
Attachments
(3 files)
118.64 KB,
image/png
|
Details | |
1.41 KB,
patch
|
mattwillis
:
first-review+
mattwillis
:
second-review+
|
Details | Diff | Splinter Review |
1.83 KB,
patch
|
cmtalbert
:
first-review+
dmosedale
:
second-review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7
Build Identifier: Lightning
Deleting a Todo from the Todo tab also deletes an Email.
Reproducible: Always
Steps to Reproduce:
1.Select an Email
2.Select Lightning's Todo Tab
3.Select an Todo
4.Hit the Delete key
Actual Results:
Todo & Email has been deleted
Expected Results:
Delete only the selected Todo
See screen shot attached
![]() |
Reporter | |
Comment 1•19 years ago
|
||
![]() |
||
Comment 2•19 years ago
|
||
Intuition tells me this is the right fix, someone should examine that and then ask for review if I'm right.
Comment 3•19 years ago
|
||
Comment on attachment 239365 [details] [diff] [review]
now tested patch
r1=lilmatt
r2=dmose (verbal)
Tested this in Lightning. You fixeded it!
Attachment #239365 -
Attachment description: untested patch → now tested patch
Attachment #239365 -
Flags: second-review+
Attachment #239365 -
Flags: first-review+
Updated•19 years ago
|
Assignee: nobody → jminta
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 4•19 years ago
|
||
Patch checked in on MOZILLA_1_8_BRANCH and trunk.
-> FIXED
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
![]() |
||
Comment 5•19 years ago
|
||
There is still one case where this bug can happen:
1. select task
2. select email
3. click on slected task again
4. press del in order to delete last clicked task
--> both email and task are deleted
REOPEN?
using lightning 2006092204/Thunderbird version 2 beta 1 (20060921)
![]() |
||
Comment 6•19 years ago
|
||
(In reply to comment #5)
> --> both email and task are deleted
> REOPEN?
Yes, that's precisely what this patch was supposed to fix.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 7•19 years ago
|
||
This now seems like a selection issue, rather than an event propagation issue.
Comment 8•19 years ago
|
||
This fixes the problem with deleting the email message by mistake.
It does _not_ fix the problem where you can try to edit an already deleted todo item (bug 353791).
Mad propz to jminta for spoon-feeding the solution to me.
Assignee: jminta → lilmatt
Status: REOPENED → ASSIGNED
Attachment #239831 -
Flags: second-review?(jminta)
Attachment #239831 -
Flags: first-review?(cmtalbert)
Updated•19 years ago
|
Whiteboard: [patch in hand][needs review ctalbert jminta]
Comment 9•19 years ago
|
||
Comment on attachment 239831 [details] [diff] [review]
Sets focus on todo item appropriately (thanks to jminta)
r2=dmose
Attachment #239831 -
Flags: second-review?(jminta) → second-review+
Updated•19 years ago
|
Whiteboard: [patch in hand][needs review ctalbert jminta] → [patch in hand][needs review ctalbert]
![]() |
||
Comment 10•19 years ago
|
||
Comment on attachment 239831 [details] [diff] [review]
Sets focus on todo item appropriately (thanks to jminta)
Looks good. Good job.
Attachment #239831 -
Flags: first-review?(cmtalbert) → first-review+
Comment 11•19 years ago
|
||
Patch checked in on MOZILLA_1_8_BRANCH and trunk.
-> FIXED
Status: ASSIGNED → RESOLVED
Closed: 19 years ago → 19 years ago
Resolution: --- → FIXED
Whiteboard: [patch in hand][needs review ctalbert]
![]() |
||
Comment 12•19 years ago
|
||
I reopen this bug, because this issue isn't fixed for asyncron providers (e.g. WCAP)
This bugfix works with the home calendar.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•18 years ago
|
Flags: blocking-calendar0.7?
![]() |
||
Comment 13•18 years ago
|
||
Andreas, is this still happening after the checkin for bug 371916?
I can' test this right now, due to lack of Windows Lightning nightly builds, but I can't really imagine that this still happens with the patch from bug 371916 going in.
![]() |
||
Updated•18 years ago
|
Flags: blocking-calendar0.7? → blocking-calendar0.7+
![]() |
||
Updated•18 years ago
|
Assignee: lilmatt → nobody
Status: REOPENED → NEW
![]() |
||
Comment 14•18 years ago
|
||
Marking as WORKSFORME, as this shouldn't be happening after the checkin for bug 371916.
Status: NEW → RESOLVED
Closed: 19 years ago → 18 years ago
Resolution: --- → WORKSFORME
Comment 15•18 years ago
|
||
Issue still exists with the Today Pane using Lightning 0.7pre (2007072308).
The first press of the Delete key deletes the task from task section of the Today Pane, the second press of Delete key will delete the previously selected email.
Comment 16•18 years ago
|
||
Correction: the issue reported in Comment #15 is tracked with Bug 360216.
You need to log in
before you can comment on or make changes to this bug.
Description
•