Created attachment 98792 [details] word 2013 .docx strict I download the .docx file found at < http://download.microsoft.com/documents/uk/partner/publicsector/DraftMicrosoftResponsetoGovernment.docx > and opened it in word 2013 and saved it as an .docx strict file. I then opened the .docx file in LibO 4.2.3 and 4.2.5 and on page 14, the table is crushed. In LibO 4.3 alpha the table of the right width but the cell padding isnt retained. This was tested in Linux Mint.
Created attachment 98793 [details] how the table looks in word 2013 and LibO 4.2
Can not reproduce this anymore, tested using Windows 8.1 with LibreOffice 4.3.0.0 beta1 Build ID: 2e39c7e59c8fc8b16a54c3d981dceef27fb0c07f @Jay: you mind retesting :-)? Kind regards, Joren
Created attachment 99794 [details] Exported pdf using 4.3b1 windows 8.1
as stated in the summary, in libo 4.3 alpha the table is not crushed, but the cell padding is not retained. confirmed its still there in libo 4.3 beta.
Created attachment 99818 [details] how it looks in word 2013 vs libO 4.3 beta the 4.3 beta pdf was from Jorendc's comment 3.
are there any intentions to backport the crushed table fix to the 4.2 branch?
sorry it wasnt table spacing but the font/paragraph style. in word 2013 its set to 'Line spacing: Multiple 1.08 li, Space After: 8 pt'.
This is just for information. The collapsing of the table (ISO/IEC 29500 Strict in this case) exhibits the same effect produce in bug 58079 (for Flat OPC Word 2003 XML). Confirmed. Status set to NEW. Not sure why the Severity is minor, as according to the QA flowchart it should be either major or normal - I have set it to normal.
Created attachment 102689 [details] Screenshot of table in v4.3.0.2. My prior comment (confirmation) was made using v4.2.5.2. The v4.3 series, as prior comments indicate, appears to improve rendering, but I am seeing the table run beyond the page boundary to the right using: - Debian 7 x86_64 / v4.3.0.2 Build ID: 14ed55896fdfcb93ff437b85c4f3e1923d2b1409 - Crunchbang 11 x86_64 / v4.4.0.0.alpha0+ Build ID: 3fdd4f069d5436cf39708004af7fda8175fbc4c2
The table running over the margin is bug 78227.
But it running over the margins, doesnt happen with the docx strict attachment 98792 [details] file in 4.3.1.
Does it also happen with OOXML transitional?
No the table spacing issue doesnt happen with the original ooxml transitional file.
Created attachment 118547 [details] Comparison between Word 2010 (above) and Libreoffice 5.0.1.2 (below) in Libreoffice 5.0.1.2, the rendering has improved compared to prior versions, and the table isn't running over the margin anymore. However, the table's space and spacing is still different compared to Word 2010
Migrating Whiteboard tags to Keywords: (filter:docx) [NinjaEdit]
** Please read this message in its entirety before responding ** To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present on a currently supported version of LibreOffice (5.1.6 or 5.2.3 https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the version of LibreOffice and your operating system, and any changes you see in the bug behavior If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a short comment that includes your version of LibreOffice and Operating System Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) http://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to "inherited from OOo"; 4b. If the bug was not present in 3.3 - add "regression" to keyword Feel free to come ask questions or to say hello in our QA chat: http://webchat.freenode.net/?channels=libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug-20170103
(In reply to Xisco Faulí from comment #14) > Created attachment 118547 [details] > Comparison between Word 2010 (above) and Libreoffice 5.0.1.2 (below) The Word 2010 preview isnt correct because you havent installed the ooxml strict support for office 2010[1]. [1] https://www.microsoft.com/en-us/download/details.aspx?id=38828 So i checked the table in Word and each cell has cell margins of 0.14cm, but LO isnt picking up on this. The relevant XML code is below. <w:tc> <w:tcPr> ... <w:tcMar> <w:top w:w="4pt" w:type="dxa" /> <w:start w:w="4pt" w:type="dxa" /> <w:bottom w:w="4pt" w:type="dxa" /> <w:end w:w="4pt" w:type="dxa" /> </w:tcMar> ... </w:tcPr> </w:tc> LO doesnt seem to have a problem importing the cell margins in the original docx mentioned in comment 0 when the values were like so. <w:tcMar> <w:top w:w="80" w:type="dxa" /> <w:left w:w="80" w:type="dxa" /> <w:bottom w:w="80" w:type="dxa" /> <w:right w:w="80" w:type="dxa" /> </w:tcMar> Justin, Mike, Miklos: Any thoughts?
depends on bug 79272 for strict docx support. Also requires some fixes to support _start/_end as proposed in gerrit.libreoffice.org/43432
Justin Luth committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=018687837648dfe1832ddabbd4cda183708d7fdc related tdf#78508 and n#793262: import w:tcMar_start/end It will be available in 6.0.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.