Opened 13 years ago
Closed 13 years ago
#143 closed improvement (fixed)
Remember view in folder pane
Reported by: | mscalia | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 6.3.3 |
Component: | User Interface | Version: | 6.3.1 |
Keywords: | Cc: |
Description
It would be nice if the web client would remember the recent settings for each user including the width of the "Folders" pane as well as what folders were opened/expanded.
Change History (2)
comment:1 Changed 13 years ago by mscalia
- Type changed from Bug to Improvement
comment:2 Changed 13 years ago by car031
- Component changed from Core to User Interface
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
The Folders pane width is now saved into a cookie in each client.
For the last opened folder, it is not possible due to performance reasons. The tree is lazy loaded so, we will be able to open the direct path only and all other noders will be discarded, this will lead to a ugly tree each time the user logs in and this is not wanted.