christianbastin / jackrabbitexplorer

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

Investigate: Can Tree Animation be Disabled? #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
James P has noticed that the tree animation can be very slow when processing a 
large tree (See: 
http://code.google.com/p/jackrabbitexplorer/issues/detail?id=10).

Can animation be disabled for a quicker UI?

Original issue reported on code.google.com by chris.je...@priocept.com on 5 May 2011 at 9:09

GoogleCodeExporter commented 8 years ago
Yes.

JackrabbitExplorer.java contains the line:
jcrTreeGrid.setAnimateFolders(true);

"If true, when folders are opened / closed children will be animated into view."
http://www.smartclient.com/smartgwt/javadoc/com/smartgwt/client/widgets/tree/Tre
eGrid.html#setAnimateFolders(java.lang.Boolean)

This should be made a UI option or at least editable in a properties file 
somewhere.

Original comment by chris.je...@priocept.com on 18 Aug 2011 at 11:18