https://bugs.documentfoundation.org/show_bug.cgi?id=144686
--- Comment #2 from Telesto <[email protected]> --- Created attachment 175238 --> https://bugs.documentfoundation.org/attachment.cgi?id=175238&action=edit Bibisect log Bisected the undersized comment window to: author Miklos Vajna <[email protected]> 2019-09-16 21:15:28 +0200 committer Miklos Vajna <[email protected]> 2019-09-17 08:57:15 +0200 commit c56bf1479cc71d1a2b0639f6383e90c1f7e3655b (patch) tree 3db679971be5be40d2f737202de6b8106dc1d53c parent 813cca94cd3a08d98c09fc7c34afddd02dc912ce (diff) tdf#105330 sw: fix lost cursor on undoing nested table insert This is a regression from commit e4509eea8fc7c07ddff48edf0d4c015c2663d896 (n#751313 SwCallLink: avoid redrawing complete rows without nested tables, 2012-04-20), though manual testing shows that the underlying problem has been addressed in the meantime, so this can be reverted. Over time, some poor tests started to depend on the new behavior so adapt them as necessary: 1) Change back test added in commit 075fc0c0a34875adf2833e5933b4982b9443a373 (testcase for fdo#38414, 2014-03-18) to its original form, that was changed to an export test in commit 086550313260d9fa45b91dc705b21bb9b51ce0b8 (move round-tripables to ooxmlexport, 2016-10-07), as the export of that document still results in data loss of cell content, just happened to pass so far. 2) Explicitly calculate content of text frames in two more tests, which just hoped that by the time they assert, the layout is ready already (but now that the missing notification is restored, it happens that the first pass of the layout doesn't create them; only a later pass, invoked by Idle, which doesn't run during cppunit tests). https://cgit.freedesktop.org/libreoffice/core/commit/?id=c56bf1479cc71d1a2b0639f6383e90c1f7e3655b -- You are receiving this mail because: You are the assignee for the bug.
