| Summary: | Assert is failed closing Table Properties dialog with table selected | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Mike Kaganski <mikekaganski> |
| Component: | Writer | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | caolan.mcnamara |
| Priority: | medium | ||
| Version: | 7.2.0.0.alpha0+ | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://bugs.documentfoundation.org/show_bug.cgi?id=142165 | ||
| Whiteboard: | target:7.2.0 target:7.1.3 | ||
| Crash report or crash signature: | Regression By: | ||
|
Description
Mike Kaganski
2021-03-12 11:27:22 UTC
Happens because of the call > rSh.SetSelection(*vCursors->front()); // tdf#135636 set the table selected at dialog launch as current selection in SwTableShell::Execute in sw/source/uibase/shells/tabsh.cxx. The call was added in https://git.libreoffice.org/core/+/81f91196b98af38e29af451b86c26a893a109abc, and modified in https://git.libreoffice.org/core/+/e08b446e46f56e15af58fdd4396afba1a316f9e5. Caolán: could you please take a look? Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/6db71f70a3b200d4074f6cda8ce445e9861d3296 tdf#140977 drop possible table-cursor before setting the new one It will be available in 7.2.0. 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. that seems to work, backport to 7-1 in gerrit Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-7-1": https://git.libreoffice.org/core/commit/f71efcdc4c8525bdf93becfc66b57bccd47f88c4 tdf#140977 drop possible table-cursor before setting the new one It will be available in 7.1.3. 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. |