Bug 980438

Summary: exceptionname is indented as a block element
Product: [Community] PressGang CCMS Reporter: Eva Kopalova <ekopalov>
Component: Web-UIAssignee: Lee Newson <lnewson>
Status: CLOSED CURRENTRELEASE QA Contact: Douglas Silas <dhensley>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 1.1CC: lnewson
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-09-30 23:36:45 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 Eva Kopalova 2013-07-02 11:26:44 UTC
Description of problem:
exceptionname is indented as a block element


Steps to Reproduce:
1. use the exceptionname docbook tag in the browser xml editor (inline):
		<para>
			The rules are evaluated at the moment the fact is inserted. Therefore, if you are using a Global to constraint a fact pattern, and the global is not set, the system returns a 
			<exceptionname>NullPointerException</exceptionname>.
		</para>
2. save..watch the text being re-indented:

		<para>
			The rules are evaluated at the moment the fact is inserted. Therefore, if you are using a Global to constraint a fact pattern, and the global is not set, the system returns a 
			<exceptionname>
				NullPointerException
			</exceptionname>.
		</para>
3. watch the new rendering (as it is rendered as code, the use of spaces is incorrect 

Actual results:
This particular example results in the following rendering:
...the system returns a  NullPointerException .

Expected results:
The following rendering:
...the system returns a NullPointerException.

Additional info:
is it possible to provide a pure text entry field? (this would allow us to workaround such issues in the editor if necessary)

Comment 1 Lee Newson 2013-07-02 22:13:52 UTC
In future, can you please either use the "Create Bug" link in the UI, or include the Build number so we are aware what version this is being logged against.

Anyway this has now been fixed and any current incorrect formatting has also been patched.

Comment 4 Lee Newson 2013-09-30 23:36:45 UTC
I'm going to close this, since Eva is no longer with Red Hat. If it doesn't work than please re-open the bug.