Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing Items from Category #157

Open
GoogleCodeExporter opened this issue May 4, 2015 · 1 comment
Open

Removing Items from Category #157

GoogleCodeExporter opened this issue May 4, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Add SourceListItem to Category
2. Add SourceListItem to SourceListItem
3. Call removeItemFromCategory
4. The Item being removed is removed from the GUI but the List<SourceListItem> 
of children still        
contains the item.  

What is the expected output? What do you see instead?
If the Item being removed from the parent Item is the last item in the parent 
item's list.  The list 
should show empty after the removeItemFromCategory method is called.

What version of the product are you using? On what operating system?
I am using version 0.9.5 on Mac OS X 10.6.2

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 10 Mar 2010 at 11:50

@GoogleCodeExporter
Copy link
Author

Are you positive that this is what you're seeing? The removal actually causes 
the item to be removed from the model, which then fires an event to repaint, so 
I'd be surprised if the item were still in the model.

Original comment by [email protected] on 19 Aug 2010 at 11:25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant