Alantangxin / tree-view-list-android

Automatically exported from code.google.com/p/tree-view-list-android
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

View not working properly in fragments. #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
To reproduce the problem, all you need to do is to add a treeview to a 
fragment, and display the fragment.

When I click a tree node to expand/contract it, it will not register the event 
before I try to scroll/touch another item/touch the item again.

Compiling to Android 4.0, targeting lower versions using ActionBarSherlock. 
Does not work properly without ActionBarSherlock either. The demo app works on 
my setup.

The expand/contract functions gets called, and updates the data. May it be 
something with the ListView it expands?

Original issue reported on code.google.com by hans...@gmail.com on 6 Sep 2012 at 1:04

GoogleCodeExporter commented 9 years ago
Can you help with adding full project source that reproduces the problem? I 
have no time to work more extensively on the project now and tree view in 
general is not a good mobile pattern, but maybe - I can help with fixing it if 
you provide full code.

Original comment by ja...@potiuk.com on 10 Sep 2012 at 8:12