Opened 14 years ago
Last modified 8 years ago
#8441 new enhancement
RFE: Fold/collapse/hide parts of the discussion tree
Reported by: | lucid | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | DiscussionPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
In the tree view discussion topic it would be very useful to allow "folding and unfolding" of a sub tree. Each reply would have a "[-]" or "Fold" link button. When clicked the reply and all relevant replies collapse ("folded", become hidden). Only a "[+]" or "Unfold" link button remains, and maybe a single line (fragment) of the reply remains.
This would be very useful in larger discussions.
Personally, I would prefer hiding on the client using javascript / CSS, so no server roundtrip is needed to fold or unfold a sub tree.
Attachments (1)
Change History (6)
comment:1 Changed 14 years ago by
Status: | new → assigned |
---|
comment:2 Changed 14 years ago by
If it's any help, I attached a simple userscript (e.g. for GreaseMonkey browser plugin) hack to do something like this. (Based on http://userscripts.org/scripts/review/60027)
comment:3 Changed 14 years ago by
Thank you. I'll take a look at your user script and how is ticket properties expansion done in Trac 0.12 and I'll implement this feature according to them.
comment:4 Changed 8 years ago by
Owner: | Radek Bartoň deleted |
---|---|
Status: | assigned → new |
comment:5 Changed 8 years ago by
FWIW we don't use this plugin anymore, so feel free to close as WONTFIX.
OK. I'm also for JavaScript implementation.