Apache OpenOffice (AOO) Bugzilla – Issue 99910
HTML: incorrect forming tables, too many borders imported
Last modified: 2017-05-20 11:25:43 UTC
When trying to open html with tables, Writer creates table with frame around text in cell instead of whole cell.
Created attachment 60734 [details] html with tables
Additionally, if I save that html from Writer as html initial file and obtained will be different.
Created attachment 60735 [details] initial html after saving in Writer
There are too many borders imported from the complex table in the attached HTML.
What do you mean? Validator says, that all's OK (http://validator.w3.org/)
checked in DEV300m41 (build:9383). The same situation...
HTML have a <table> with "border:none". However, each <td> element defines its own border ("border:solid"). Writer incorrectly "transfers" border from table cell (<td>) to content of that cell, so border becomes a property of text in cell (<p>).
I have to explain importance of this issue. Such html comes from database of normative documents and standards in industrial aria of Russia (http://normacs.ru/ - here you can get more information, it's contains more than 47500 documents). In that database exist such feature as "export to OpenOffice": from NormaCS unloading html code of necessary document, and then automatically opens in OO. Considering that most of that documents contains tables and NormaCS - most popular program in it's field, resolving this issue is extra important for Russian corporate users.
Created attachment 64541 [details] after saving as odt
Reset assigne to the default "issues@openoffice.apache.org".