-
Bug
-
Resolution: Unresolved
-
Low (View bug fix roadmap)
-
None
-
7.7.0, 7.6.3, 7.6.6, 7.12.3
-
7.06
-
11
-
Severity 2 - Major
-
1
-
Summary
Enter a new line in a table cell under visual mode cause malformed table upon saving. This is happening to Description or Comment.
Steps to Reproduce
- Create a new issue in any project.
- Insert the following table in Text mode to prepopulate the table in Description or Comment.
||Heading 1||Heading 2||Heading 1||Heading 2||Heading 1||Heading 2||Heading 1||Heading 2|| |Col A1|Col A2|Col A1|Col A2|Col A1|Col A2|Col A1|Col A2| |Col A1|Col A2|Col A1|Col A2|Col A1|Col A2|Col A1|Col A2| |Col A1|Col A2|Col A1|Col A2|Col A1|Col A2|Col A1|Col A2| |Col A1|Col A2|Col A1|Col A2|Col A1|Col A2|Col A1|Col A2| |Col A1|Col A2|Col A1|Col A2|Col A1|Col A2|Col A1|Col A2|
- Save it.
- Edit the Description or Comment.
- Switch to VIsual mode.
- Go to any of the table cell and press ENTER or insert some new lines.
- Save it again.
Expected Results
Actual Results
Notes
- This could be caused by the new line inserted causing the renderer to think that these are new rows.
- The new line in Wiki Markup renderer is indicated as follows with a blank space (" ") right after the two back-slash ("\").
\\
- This could be happening to all fields that have been using the Wiki Markup as well.
Workaround
There is a workaround where you can edit the table in Text mode to insert the new line as follows:
- relates to
-
JRASERVER-67728 Nesting tables using Visual mode render improperly
-
- Gathering Impact
-
-
JSDCLOUD-570 The ability to customize "Field Help" field on the Customer Portal
- Not Being Considered
-
JSDSERVER-570 Rich text formatting in the request type 'help and instructions' field
- Not Being Considered
(1 mentioned in)
Form Name |
---|
Interestingly this has impacts on the add-on side. For example, a popular Xray add-on (from Xpand) using the table for copying its test steps in order to create a defect for the failed test cases. Very annoying (sometimes impossible) to fix all cells manually in the text mode. Please fix this.