christmo / macwidgets

Automatically exported from code.google.com/p/macwidgets
0 stars 0 forks source link

When adding an item to a category in a SourceList, the category collapses?! #46

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a SourceListModel
2. Create a SourceList
3. Add an Item in one of the category

What is the expected output? What do you see instead?

The category collapses and this cannot be undone programmatically (the only way 
is to click on 
the the category "manually"). Why is ths category collapsed? is this really 
necessary? At least the 
SourceList should provide a way to expand a category?

What version of the product are you using? On what operating system?

macwidgets 0.9.3 on MacOSX 10.5

Please provide any additional information below.

Thanks for the widgets, they look fantastic! ;-)

Original issue reported on code.google.com by Cedric.M...@gmail.com on 5 Jan 2009 at 11:00

GoogleCodeExporter commented 8 years ago
To be specific, when you add a SourceListItem to another SourceListItem after 
the SourceListModel has been 
constructed, the new parent node isn't expanded.

I've fixed the issue. Do you have access to the Subversion repository? If so, 
can you update and verify the 
change? If not, I can send you a jar file.

Original comment by kenneth....@gmail.com on 6 Jan 2009 at 12:37

GoogleCodeExporter commented 8 years ago
Thanks for the quick response! ;-) I'll have a look at the SVN tonight!

Cheers & Happy New Year!

Original comment by Cedric.M...@gmail.com on 6 Jan 2009 at 6:14

GoogleCodeExporter commented 8 years ago
No problem Cedric. Once you verify this, I'll mark this issue as fixed.

Original comment by kenneth....@gmail.com on 6 Jan 2009 at 1:21

GoogleCodeExporter commented 8 years ago
It works like a charm! Thanks again ;-)

Cédric

Original comment by Cedric.M...@gmail.com on 6 Jan 2009 at 6:00

GoogleCodeExporter commented 8 years ago
Great!

Original comment by kenneth....@gmail.com on 6 Jan 2009 at 6:45

GoogleCodeExporter commented 8 years ago
Ah, great you fixed that... i hacked around this while developing our app ... 
kept a
dummy entry to prevent folding ;)

Original comment by studp...@gmail.com on 7 Jan 2009 at 3:52