-
Bug
-
Resolution: Duplicate
-
Low
-
None
-
2.3.3
Hi,
This bug was previously fixed, but seems to have resurfaced.
Tested on both Firefox and Chrome, screenshots attached.
Summary:
When adding a code block in the details, the contents is not wrapped.
This happens in the latest version of firefox, but not in chrome (have not tested IE).
Similar bug was raised for 1.2.4 and marked fixed for 1.2.6.
Steps to Reproduce:
- Create a service desk request.
- Add a code block in the details:
{code}create table table1(id, val1, val2, val3) as select id, val1, val2, something from something_something where a=1 and b=‘longer text'{code}
- View the request on the customer portal
Expected Results:
The code should wrap (see code_chrome.png)
Actual Results:
The code goes through the You Can section. (see code_firefox.png)
- duplicates
-
JSDSERVER-463 Code Blocks do not render properly in the Customer Portal
- Closed
-
JSDSERVER-477 {code} and {noformat} does not get truncated in Firefox
- Closed
-
JSDSERVER-1506 Use Jira Wiki Editor in Customer portal
- Closed
- is duplicated by
-
JSDSERVER-1910 {code} markup leads to broken formatting in service desk portal
- Closed
- was cloned as
-
DESK-3943 Loading...