This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 28453 - Cut/Paste does not seem to work with nested tasks
Summary: Cut/Paste does not seem to work with nested tasks
Status: VERIFIED FIXED
Alias: None
Product: contrib
Classification: Unclassified
Component: Tasklist (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Torbjorn Norbye
URL:
Keywords:
Depends on: 30150
Blocks:
  Show dependency tree
 
Reported: 2002-11-04 16:02 UTC by Tim Lebedkov
Modified: 2004-09-07 19:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Lebedkov 2002-11-04 16:02:30 UTC
how to reproduce it:
- create an empty xCalender file
- create following tree of tasks (B is a subtask
of A, C is not):
     A
       |--B
     C
- cut C and paste it over B (C becomes child of A)
- restart IDE
- C resides on the same level as A
Comment 1 Torbjorn Norbye 2002-12-10 06:25:10 UTC
Can not reproduce - this all worked correctly for me. Can you verify
that it's still a problem with the current sources?
Comment 2 Tim Lebedkov 2002-12-11 14:09:37 UTC
I tested CVS version with the NB4.0Q build and it works.
But I found another one:

Here is how to reproduce it:

- create an empty xCalender file
- create following tree of tasks (B is a subtask
of A, C is not):
     A
       |--B
     C
- sort the nodes on their descriptions so C is in the first line
- cut C
A and B but not C will be removed

tim
Comment 3 Torbjorn Norbye 2003-02-17 22:22:57 UTC
I suspect this is yet another manifestation of issue 30150.
Comment 4 Tim Lebedkov 2003-03-12 21:00:17 UTC
solved by #30150
Comment 5 _ pkuzel 2004-01-14 13:05:36 UTC
It was resolved in 3.6 time or earlier.
Comment 6 Tim Lebedkov 2004-09-07 19:59:06 UTC
ok