Created attachment 124503 [details] Reproducer document Steps to reproduce: 1) Open the attached bugdoc. 2) Click into the A1 cell. 3) Click "Align Bottom" on the table toolbar. Expected: Edit -> Undo can undo the alignment change. Actual: Edit -> Undo is disabled.
Miklos Vajna committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=3057b5cdb989d44613518900b25ebad8b7c600a2 Related: tdf#99396 sd: make table controller undo code unit-testable It will be available in 5.2.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.
Miklos Vajna committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=6819992113947e7a6272bf750fee712c2df41905 tdf#99396 SvxTableController::SetVertical: implement undo support It will be available in 5.2.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.
One more related problem, steps to reproduce: 1) Open the attached bugdoc. 2) Click into the A1 cell. 3) Set paragraph horizontal alignment to left. 4) Set Align bottom to bottom. 5) Click outside the table cell (end text edit). Expected: the text's alignment will be top and left. Actual: it's bottom and left.
Miklos Vajna committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=100eb15b4d8529d7a11d98a28742f31f0f792fa1 tdf#99396 SdrTableObj::EndTextEdit: restore cell format undo items It will be available in 5.2.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.
Miklos Vajna committed a patch related to this issue. It has been pushed to "libreoffice-5-1": http://cgit.freedesktop.org/libreoffice/core/commit/?id=64b2f209b72c5a5662afcb0ac1706b882e0e059b&h=libreoffice-5-1 tdf#99396 SvxTableController::SetVertical: implement undo support It will be available in 5.1.4. 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.