| Summary: | FILEOPEN: DOCX: Extra paragraph added to first page | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Xisco Faulí <xiscofauli> |
| Component: | Writer | Assignee: | Justin L <jluth> |
| Status: | VERIFIED FIXED | ||
| Severity: | normal | CC: | jluth, xiscofauli |
| Priority: | medium | Keywords: | bibisected, bisected, filter:docx, regression |
| Version: | 5.3.0.0.alpha0+ | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://bugs.documentfoundation.org/show_bug.cgi?id=75573 | ||
| Whiteboard: | target:5.4.0 target:5.3.0.1 | ||
| Crash report or crash signature: | Regression By: | ||
| Attachments: | sample | ||
|
Description
Xisco Faulí
2016-12-16 12:39:32 UTC
Regression introduced by: author Justin Luth <justin_luth@sil.org> 2016-07-23 06:10:29 (GMT) committer Miklos Vajna <vmiklos@collabora.co.uk> 2016-07-27 12:55:13 (GMT) commit 91ad1017b609be6fceccd392006dd9ab60724352 (patch) tree 95769925bb502e3fa7dfd318eb1e0cf9327bcdec parent 0d174c974819d781804026f4c7e916a8092315c5 (diff) tdf#75573 - docx don't remove frame anchor paragraph frames anchor to the following paragraph. Don't remove an empty paragraph if it follows a frame or else the frame will jump to the next page. This gets a bit complicated because headers/footers contain paragraphs that aren't really "following" the frame paragraph, and so wouldn't be used as anchor paragraphs. There may be similar sub-paragraphs for comments etc, but exceptions for those can be added when proof documents are found. Adding Cc: to Justin Luth The original was bug 75573. Proposed fix at https://gerrit.libreoffice.org/32121 Justin Luth committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=223dd0c15e383144bdeea040f86efb7a06f89450 tdf#104714 bRemove paragraph: ignore frames in Headers/Footers It will be available in 5.4.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. Justin Luth committed a patch related to this issue. It has been pushed to "libreoffice-5-3": http://cgit.freedesktop.org/libreoffice/core/commit/?id=ce758326191d66520ecba94c8a62a98dcfa3846b&h=libreoffice-5-3 tdf#104714 bRemove paragraph: ignore frames in Headers/Footers It will be available in 5.3.0.1. 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. |