Modify ↓
Ticket #6814 (closed defect: duplicate)
Opened 4 years ago
Last modified 4 years ago
Improper formatting/bunching for [ticket-custom] fields
| Reported by: | jrogivue | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | ticket system | Version: | 0.10.3 |
| Severity: | normal | Keywords: | ticket-custom |
| Cc: | 57b9b@… | ||
| Release Notes: | |||
| API Changes: | |||
Description
By entering the attached custom fields in trac.ini, the first three fields align properly, but any fields after those "stack up" to the right of the previous field. Is
[ticket-custom] field1 = textarea field1.label = MyTextarea1 field1.cols = 60 field1.rows = 6 field2 = textarea field2.label = MyTextarea2 field2.cols = 60 field2.rows = 6 field3 = textarea field3.label = MyTextarea3 field3.cols = 60 field3.rows = 6 field4 = textarea field4.label = MyTextarea4 field4.cols = 60 field4.rows = 6 field5 = textarea field5.label = MyTextarea5 field5.cols = 60 field5.rows = 6 field6 = textarea field6.label = MyTextarea6 field6.cols = 60 field6.rows = 6
Attachments
Change History
Changed 4 years ago by jrogivue
- Attachment trac_custom-fields-stacking.gif added
comment:1 Changed 4 years ago by osimons
- Resolution set to duplicate
- Status changed from new to closed
Duplicate of #3109.
As comment:ticket:3109:14 points out, this is no longer an issue with 0.11.
Note: See
TracTickets for help on using
tickets.



Screenshot of fields bunching up