Changes between Initial Version and Version 1 of Ticket #1240
- Timestamp:
- Feb 27, 2009, 11:50:08 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1240 – Description
initial v1 1 This means that a sub-tree should not be loaded until a user opens the parent node in the overview tree. To begin with only the root node and it's children should be displayed. To show more, the user has to open each child. The tree should open up one step at a time. 1 This means that a sub-tree should not be loaded until a user opens the parent node in the overview tree. To begin with only the root node and it's children should be displayed. To show more, the user has to open each child. The tree should open up one step at a time. 2 3 This ticket depends on #1245. 2 4 3 5 Lazy loading affects validation since we can't validate what has not been loaded. We need to complement the lazy loading with a possibility to update the validation information as more nodes are opened up.