https://bugs.documentfoundation.org/show_bug.cgi?id=136130
Buovjaga <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Buovjaga <[email protected]> --- (In reply to Mike Kaganski from comment #5) > How is this a LibreOffice issue? Pasting some data to a Thunderbird editor > changes something else - it can't be the fault of LibreOffice. See https://bugzilla.mozilla.org/show_bug.cgi?id=1660193#c1 What LibreOffice Calc produces would have to be smarter. Now it just gives the table markup + a <style> with e.g. > body,div,table,thead,tbody,tfoot,tr,th,td,p > { font-family:"Liberation Sans"; font-size:x-small } > a.comment-indicator:hover + comment { background:#ffd; position:absolute; > display:block; border:1px solid black; padding:0.5em; } > a.comment-indicator { background:red; display:inline-block; > border:1px solid black; width:0.5em; height:0.5em; } > comment { display:none; }</style> ... which will affect the whole document. Not a lot we can do about that, short of perhaps removing all <style> nodes for pastes. -- You are receiving this mail because: You are the assignee for the bug.
