Opened 8 years ago
Closed 8 years ago
#12801 closed defect (fixed)
Newline in textarea field with plain format should be line break
Reported by: | Jun Omae | Owned by: | Jun Omae |
---|---|---|---|
Priority: | normal | Milestone: | 1.0.14 |
Component: | ticket system | Version: | 1.0.13 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: |
Textarea fields with plain format preserve newlines in ticket and query views. |
||
API Changes: | |||
Internal Changes: |
Description
If newlines is entered in textarea field with plain format, the newlines are not line breaks in ticket and query view. No differences between text and textarea field with plain format in this behavior.
I think the newlines in textarea field with plain format should be line breaks in view.
[ticket-custom] info = textarea info.rows = 3 info.cols = 60
Attachments (4)
Change History (9)
by , 8 years ago
Attachment: | ticket-form.png added |
---|
by , 8 years ago
Attachment: | ticket.png added |
---|
by , 8 years ago
by , 8 years ago
Attachment: | query-incorrect-wiki-formatting.png added |
---|
comment:1 by , 8 years ago
comment:2 by , 8 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
Proposed changes for 1.0-stable in [c298fcc97/jomae.git] (jomae.git@t12801+1.0). I'll post proposed changes for 1.2-stable and trunk.
comment:3 by , 8 years ago
Proposed changes for branches:
1.0-stable | [c298fcc97/jomae.git] | jomae.git@t12801+1.0 |
---|---|---|
1.2-stable | [d95dd246b/jomae.git] | jomae.git@t12801+1.2 |
trunk | [9ab99f7a2/jomae.git] | jomae.git@t12801+trunk |
comment:5 by , 8 years ago
Release Notes: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Thanks for the reviewing.
Committed those changes with fix for a test failure on Windows in [15891], and merged in [15892-15893].
I noticed textarea field with plain format incorrectly is formatted as wiki text in query view.