https://bugs.documentfoundation.org/show_bug.cgi?id=88454
Julien Nabet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |, [email protected] --- Comment #14 from Julien Nabet <[email protected]> --- On pc Debian x86-64 with master sources updated today, I could reproduce this. After some debugging, I found that in SwBaseShell::InsertTable we go to the first if block when using "extending select" and in the else block when using "standard select". (see https://opengrok.libreoffice.org/xref/core/sw/source/uibase/shells/basesh.cxx?r=1a91641f#3070). If I force the use of the else block when using "extending select", the result is almost perfect, the only remaining pb is in [6], when undoing, it removes the table AND puts back "standard select". Michael: any thoughts here? -- You are receiving this mail because: You are the assignee for the bug.
