Created attachment 138271 [details] Minimal document
Created attachment 138274 [details] Unexpected layout
Created attachment 138275 [details] Expected layout
Minimal preconditions: * Long table on at least 2 pages. Column 3 is used to make the table long. * 2 or more short cells on page 1. At least 1 cell on page 2. E.g column 2 is used for that. * More than 1 paragraph in one cell with a row span over the whole table in another column e.g. column 1.
Reproduced in - Version: 6.1.0.0.alpha0+ Build ID: 495ac1bc97f3deea8e13cb1a2b9f59d087873c3f CPU threads: 4; OS: Linux 4.10; UI render: default; VCL: gtk3; Locale: en-US (ca_ES.UTF-8); Calc: group threaded - Version: 5.2.0.0.alpha1+ Build ID: 5b168b3fa568e48e795234dc5fa454bf24c9805e CPU Threads: 4; OS Version: Linux 4.10; UI Render: default; Locale: ca-ES (ca_ES.UTF-8) - Version: 4.3.0.0.alpha1+ Build ID: c15927f20d4727c3b8de68497b6949e72f9e6e9e - LibreOffice 3.3.0 OOO330m19 (Build:6) tag libreoffice-3.3.0.4
Catch is in SwFrame::IsMoveable(): Method is mostly used like: if (<other conditions> && IsMoveable()) { ... SwFlowFrame::MoveFwd() } or if (<other conditions> && IsMoveable()) { ... SwFlowFrame::MoveBwd() } If IsMovable() is called before a MoveFwd() the method may return false if there is no NextCellLeaf. If IsMovable() is called before a MoveBwd() the method may return false if there is no PrevCellLeaf.
Manfred Blume committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=18765b9fa739337d2d891513f6e2fb7c3ce23b50 tdf#114306 fix unexpected page break in row-spanned table It will be available in 6.1.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.
Manfred Blume committed a patch related to this issue. It has been pushed to "libreoffice-6-0": http://cgit.freedesktop.org/libreoffice/core/commit/?id=8b4704f84814cecb2e60ab0ab6aa4924968a51e5&h=libreoffice-6-0 tdf#114306 fix unexpected page break in row-spanned table It will be available in 6.0.0.2. 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.
Manfred Blume committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=e4400f4c4e267f8528df3a7d5a09623c888bd10c tdf#114306 fix crash caused by special document It will be available in 6.1.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.
Manfred Blume committed a patch related to this issue. It has been pushed to "libreoffice-6-0": http://cgit.freedesktop.org/libreoffice/core/commit/?id=26dc825d9fe7fe6a4188fc6ef68bc801fc8db064&h=libreoffice-6-0 tdf#114306 fix crash caused by special document It will be available in 6.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.
Manfred Blume committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=d30eefb677b446886f7b5bab6de93d489ba63529 tdf#114306 fix crash caused by special document 2 It will be available in 6.1.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.
Manfred Blume committed a patch related to this issue. It has been pushed to "libreoffice-6-0": http://cgit.freedesktop.org/libreoffice/core/commit/?id=f00070deee9ff550d6ee370eae1402af71928265&h=libreoffice-6-0 tdf#114306 fix crash caused by special document 2 It will be available in 6.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.
Xisco Fauli committed a patch related to this issue. It has been pushed to "libreoffice-6-1": https://git.libreoffice.org/core/+/f15146021b722dda0cf10cb08de6e0a3c525168a%5E%21 tdf#114306: Revert commits fixing this issue ( 6.1 only ) It will be available in 6.1.6. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.