bugunrtf - Bugs: bug #49625, text following is incorrectly...

 
 

bug #49625: text following is incorrectly included in table

Submitter:  None
Submitted:  Wed 16 Nov 2016 04:50:43 PM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  None Privacy:  Public
Assigned to:  None Originator Email:  -email is unavailable-
Open/Closed:  Open Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 16 Nov 2016 04:50:43 PM UTC, original submission:  

$ cat test.rtf ; echo; unrtf test.rtf
{\rtf\ansi\deff0{\pard before \par\trowd\trautofit1\trgaph108 \cellx1000 \cellx2000 \pard \intbl 1 \cell \pard \intbl 2 \cell \row \pard after}}
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<!-- Translation from RTF performed by UnRTF, version 0.21.9 -->
</head>
<body>before <br>
<table border="2">
<tr><td>1 </td>
<td>2 </td>
</tr>
<tr><td>after</td>
</tr>
</table>
</body>
</html>

Expected output from unrtf:
<body>before <br>
<table border="2">
<tr><td>1 </td>
<td>2 </td>
</tr>
</table>
after
</body>

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #38996:  test.rtf added by None (144B - application/rtf)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follows 1 latest change.

Date Changed by Updated Field Previous Value => Replaced by
2016-11-16 None Attached File- Added test.rtf, #38996

Back to the top

Powered by Savane 3.13-3230.
Corresponding source code