Modify ↓
Opened 13 years ago
Closed 11 years ago
#10843 closed enhancement (duplicate)
Make all textarea fields foldable
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | ticket system | Version: | 1.0 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
Make all textarea fields, such as Description and custom textarea fields foldable / expandable.
Attachments (0)
Change History (4)
comment:1 by , 13 years ago
| Description: | modified (diff) |
|---|---|
| Summary: | Description is not foldable anymore → Make all textarea fields foldable |
| Type: | defect → enhancement |
comment:2 by , 13 years ago
See #10381 for a possible patch for foldable custom textarea fields. But still header "Description" is not foldable.
comment:3 by , 13 years ago
| Milestone: | → undecided |
|---|
All the tickets for {20} from last year have probably been seen multiple times by now, yet are still to be triaged…
comment:4 by , 11 years ago
| Milestone: | undecided |
|---|---|
| Resolution: | → duplicate |
| Status: | new → closed |
Since #10381 addresses approximately the same issue, closing this ticket as a duplicate.
Note:
See TracTickets
for help on using tickets.



I just saw on demo-0.12 that this feature has not been implemented in Trac core yet.
Maybe I can provide a patch for this feature, currently it looks pretty bad, when I add CSS class
foldabletoh3ordiv, like this:The foldable arrow is placed after label "Description" … Why that?