Modify ↓
Opened 5 years ago
Last modified 3 years ago
#2362 new enhancement
Adjustable rows setting for ticket comment box
| Reported by: | anonymous | Owned by: | anybody |
|---|---|---|---|
| Priority: | normal | Component: | Request-a-Hack |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.10 |
Description
Right now ticket comment areas are limited to 10 rows, would like to be able to extend it to 40 or more like we can on the wiki pages.
Attachments (0)
Change History (4)
comment:1 Changed 5 years ago by oumondomnoa
- Cc ololiboc added
- Component changed from Request-a-Hack to WorkLogPlugin
- Keywords ololiboc added
- Owner changed from anybody to coling
- Priority changed from normal to high
- Severity changed from normal to major
- Summary changed from Adjustable rows setting for ticket comments similar to wiki editing to ololiboc
- Type changed from enhancement to task
comment:2 Changed 5 years ago by coling
- Cc ololiboc removed
- Component changed from WorkLogPlugin to Request-a-Hack
- Keywords ololiboc removed
- Owner changed from coling to anybody
- Priority changed from high to normal
- Severity changed from major to normal
- Summary changed from ololiboc to Adjustable rows setting for ticket comments similar to wiki editing
- Type changed from task to enhancement
Reset due to childish behaviour.
comment:3 Changed 4 years ago by rjollos
- Summary changed from Adjustable rows setting for ticket comments similar to wiki editing to Adjustable rows setting for ticket comment box
comment:4 Changed 3 years ago by anonymous
Seems this feature is implemented on Trac (=> 0.12 ?) See, as an example, #T1 comment field or http://trac.edgewall.org/newticket?type=defect. As can be seen those fields are resized. They are using:
<textarea id="comment" name="comment" class="wikitext trac-resizable" rows="10" cols="78"> </textarea>
Note: See
TracTickets for help on using
tickets.


noorercna