Opened 13 years ago
Last modified 10 years ago
#10381 new enhancement
Use full width for custom textarea fields, and make them collapsible
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | next-major-releases |
Component: | ticket system | Version: | 0.12.2 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
The content of custom textareas might get very big, so it would be better to place these fields in full width after description field.
Furthermore it would be nice, if these fields are collapsable, so you could close them, if you do not need them at the moment.
Attachments (3)
Change History (12)
by , 13 years ago
Attachment: | ticket_box.html.diff added |
---|
by , 13 years ago
Attachment: | ticket_10381_custom_textarea.png added |
---|
sample screenshot of attached implementation
follow-up: 2 comment:1 by , 13 years ago
Milestone: | 0.13 → next-major-0.1X |
---|---|
Summary: | Print custom textarea fields in full width (after description) → Use full width for custom textarea fields, and make them collapsible |
I don't think moving the textarea fields below the description is a good idea in general, as the description itself can become quite long as well (and that case is much more likely in the installations I know of).
Making the sections collapsible is a good idea, though, and they should use the full width of the ticket, instead of being indented by the field label.
comment:2 by , 13 years ago
Replying to rblank:
I don't think moving the textarea fields below the description is a good idea in general, as the description itself can become quite long as well (and that case is much more likely in the installations I know of).
When creating or editing a ticket the textarea fields are also below the description field. So for me (and my collegues) it is more consistent, when the custom text fields are printed below then in preview / ticket view.
Making the sections collapsible is a good idea, though, and they should use the full width of the ticket, instead of being indented by the field label.
I tried to make the Description field also collapsible, but I wasn't able to place the arrow correctly (and it dind't work either). When the Description field is collapse it is no disadvantage when description is longer and you would like to see any custom ticket, because you can then simply collapse description.
comment:3 by , 13 years ago
When discussion positions of fields, I forgot to say that in my company the best order of fields when entering (creating, modifying a ticket) would be:
- Summary
- all one-line fields (such as milestone, version, simple custom fields, etc.)
- Description
- all textarea custom fields
This is also the printing layout (except textarea custom fields for now), so it would be more consistent (and thus more intuitive).
comment:4 by , 13 years ago
by , 12 years ago
Attachment: | t10381-ticket_box.html.diff added |
---|
possible solution of this ticket with original ordering of textarea elements
comment:5 by , 12 years ago
I added a possible solution of this ticket with original ordering of textarea elements (t10381-ticket_box.html.diff - diff from rev 11317) The textarea elements are foldable as in previous patch.
follow-up: 7 comment:6 by , 10 years ago
#10834 closed as a duplicate, requesting that all textareas be foldable.
possible solution of this ticket