Bug 836661

Summary: convert "<" and ">" inside <pre> element to html entities automagically
Product: [Other] TCMS Reporter: David Jaša <djasa>
Component: Web UIAssignee: June Zhang <junzhang>
Status: CLOSED NOTABUG QA Contact: tools-bugs <tools-bugs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 3.6CC: aigao, cqi, dli, fhuang, jcai, jianchen, junzhang, ryang, vchen, xkuang, yuwang
Target Milestone: ---   
Target Release: 3.9.2   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-05 09:07:10 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description David Jaša 2012-06-29 20:50:44 UTC
Description of problem:
convert "<" and ">" inside <pre> element to html entities 

Version-Release number of selected component (if applicable):
3.7.0

How reproducible:


Steps to Reproduce:
1. enter this in HTML input of setup/action/breakdown/results fields:
<pre>
<xml>
  <element>example</element>
</xml>
</pre>
2. save the case
3.
  
Actual results:
only "example" and newlines are displayed

Expected results:
everything is displayed as in steps to reproduce

Additional info:

Comment 1 cqi 2014-12-21 03:12:47 UTC
cannot reproduce in prod. should be fixed in previous releases. can u verify again? if it works as expected, this bug can be closed.

Comment 3 cqi 2015-03-05 09:07:10 UTC
Version running in production has moved to 3.8.17. This bug does not happen now. Close. Feel free to reopen if you encounter this again.