Bug 1079105

Summary: Frames in ODT files can cause nested paras to be imported
Product: [Community] PressGang CCMS Reporter: Matthew Casperson <mcaspers>
Component: ImportToolAssignee: Matthew Casperson <mcaspers>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 1.5CC: cbredesen, lnewson
Target Milestone: ---   
Target Release: 1.5   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-05-01 21:39:59 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:
Attachments:
Description Flags
Frame Test none

Description Matthew Casperson 2014-03-21 01:52:10 UTC
Created attachment 877094 [details]
Frame Test

Frames result in nested paras being created in the imported topic.

Comment 1 Matthew Casperson 2014-03-21 02:27:30 UTC
Fixed in 201403211226

Comment 2 Lee Newson 2014-04-03 04:22:38 UTC
Verified that nested paras aren't created for frames.

However the topic has useless empty para's that as far as I can see shouldn't exist. eg:

<para>
</para>
<para>
	A Frame
</para>
<para>
</para>

Comment 3 Matthew Casperson 2014-04-22 01:31:03 UTC
Fixed in 201404221129

Empty paras are detected and stripped out.

Comment 4 Lee Newson 2014-04-27 23:53:44 UTC
Verified that the empty paras are now stripped out.