https://bugs.documentfoundation.org/show_bug.cgi?id=171263
--- Comment #8 from Jonathan Clark <[email protected]> --- (In reply to [email protected] from comment #7) > Thanks for the explanation; can you describe about the second set a bit more > though? They're in novell511286-1.doc from the original report. Resize the leftmost column on the table that has this bug, and you'll see them. The top set is a proper numbered list, and is clipped correctly in PDF export. The second set is plain text that has been indented with spaces and is not clipped correctly. > In any case, it looks like the PDF export is wrong here because it does not > clip out the " 1." like the displayed .doc does. Would you agree with > that assessment? Yes, I agree that is the bug. If I remember the linked commit correctly, we were once breaking every character of " 1." into its own run and rendering it separately. Today we should be rendering the entire string as a single run. It might be the case that our PDF export code was never clipping text inside table cells correctly, and it only seemed to work in this document by accident. -- You are receiving this mail because: You are the assignee for the bug.
