https://bugs.documentfoundation.org/show_bug.cgi?id=114501

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|NOTABUG                     |---
     Ever confirmed|0                           |1
             Status|RESOLVED                    |REOPENED

--- Comment #5 from [email protected] ---
(In reply to Buovjaga from comment #4)
> (In reply to tbreportbug from comment #2)
> > When you paste this text from LibreOffice into Thunderbird (or that
> > "midasdemo" website linked up there), you see that the formatting gets
> > ruined. In this case meaning that there is a lot more paragraph spacing
> > above and below each paragraph.
> 
> That's not the fault of LibreOffice, now is it?
> 
> If you look at the source of the Midas demo after pasting the stuff in, you
> see that inside every empty paragraph they have added a break element.
> Deleting these elements make for a sane line spacing.

The Midas demo does not add additional break elements. It is the LibreOffice
that is adding additional paragraph elements!

You can test this by going into LibreOffice, and then export (using Save As...)
the document as HTML. So exporting out you get this:

<p style="margin-bottom: 0cm; line-height: 100%">Text here</p>
<p style="margin-bottom: 0cm; line-height: 100%"><br/>

</p>
<p style="margin-bottom: 0cm; line-height: 100%">Text here</p>
<p style="margin-bottom: 0cm; line-height: 100%"><br/>

</p>
<p style="margin-bottom: 0cm; line-height: 100%">Text here</p>
<p style="margin-bottom: 0cm; line-height: 100%"><br/>

</p>
<p style="margin-bottom: 0cm; line-height: 100%">Text here</p>
<p style="margin-bottom: 0cm; line-height: 100%"><br/>

</p>
<p style="margin-bottom: 0cm; line-height: 100%">Text here</p>
<p style="margin-bottom: 0cm; line-height: 100%"><br/>

</p>
<p style="margin-bottom: 0cm; line-height: 100%">Text here</p>
<p style="margin-bottom: 0cm; line-height: 100%"><br/>

</p>
<p style="margin-bottom: 0cm; line-height: 100%">Text</p>
<p style="margin-bottom: 0cm; line-height: 100%">Text</p>
<p style="margin-bottom: 0cm; line-height: 100%">Text</p>
<p style="margin-bottom: 0cm; line-height: 100%">Text</p>
<p style="margin-bottom: 0cm; line-height: 100%">End.</p>


But exporting SHOULD give something like this, to make it render properly in
Firefox and Thunderbird:

<p style="margin-bottom: 0cm; line-height: 100%">Text here<br/>
<br/>
Text
here<br/>
<br/>
Text here<br/>
<br/>
Text here<br/>
<br/>
Text
here<br/>
<br/>
Text here<br/>
<br/>
Text<br/>
Text<br/>
Text<br/>
Text<br/>
End.</p>

The problem seems to be obviously with LibreOffice!

Can we now please get this fixed? This problem is completely ruining the usage
of Thunderbird!

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to