nigelht / macwidgets

Collection of Mac style widgets written in Java (by Ken Orr)
http://nigelht.github.io/macwidgets
3 stars 0 forks source link

Removing Items from Category #157

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 denver...@gmail.com on 10 Mar 2010 at 11:50

GoogleCodeExporter commented 9 years ago
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 kenneth....@gmail.com on 19 Aug 2010 at 11:25