Modify ↓
Opened 18 years ago
Closed 18 years ago
#6814 closed defect (duplicate)
Improper formatting/bunching for [ticket-custom] fields
| Reported by: | jrogivue | Owned by: | Jonas Borgström |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | ticket system | Version: | 0.10.3 |
| Severity: | normal | Keywords: | ticket-custom |
| Cc: | 57b9b@… | Branch: | |
| Release Notes: | |||
| API Changes: | |||
| Internal 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 (1)
Change History (2)
by , 18 years ago
| Attachment: | trac_custom-fields-stacking.gif added |
|---|
comment:1 by , 18 years ago
| Resolution: | → duplicate |
|---|---|
| Status: | new → 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