Bug 18825 - empty block repeats part of last node
Summary: empty block repeats part of last node
Status: CLOSED DUPLICATE of bug 17472
Alias: None
Product: Fop - Now in Jira
Classification: Unclassified
Component: pdf (show other bugs)
Version: 0.20.5
Hardware: PC All
: P3 normal
Target Milestone: ---
Assignee: fop-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-08 17:22 UTC by p.neuss
Modified: 2012-04-01 13:50 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description p.neuss 2003-04-08 17:22:38 UTC
In version 0.20.5rc2, an empty block causes extra text to be rendered.

Input:

<fo:block>
   <fo:block>
  		Il commutatore a chiave garantisce la massa al Body Computer.
  		Più precisamente il morsetto "15" al Pin 14 e il morsetto "50" 
al Pin 18 del connettore J7
		<fo:block>
		</fo:block>
	</fo:block>
</fo:block>


renders as:

Il commutatore a chiave garantisce la massa al Body Computer. Più precisamente 
il morsetto "15" al
Pin 14 e il morsetto "50" al Pin 18 del connettore J7
Pin 14 e il morsetto "50" al Pin 18 del connettore J7


P.S. The reason I am inserting empty blocks is just to force a line break 
(basically translating an html <br>).  Probably there is a smarter way to do 
this, I would appreciate it if someone could clue me in.  Thanks.
Comment 1 J.Pietschmann 2003-04-08 21:34:55 UTC
Check the spec for "space-after".

*** This bug has been marked as a duplicate of 17472 ***
Comment 2 Glenn Adams 2012-04-01 13:50:17 UTC
batch transition to closed remaining pre-FOP1.0 resolved bugs