https://bugs.documentfoundation.org/show_bug.cgi?id=164850
Michael Weghorn <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Michael Weghorn <[email protected]> --- Earlier commit that sounds somewhat related and mentions the issue: commit fe38553aef2121f358fb58e450ec69314aad851e Author: Michael Stahl Date: Fri Jul 22 16:19:02 2022 +0200 vcl: allow editing a column other than the first one in SvTabListBox There are 2 members mvTabList and aTabs in SvTabListBox and SvTreeListBox, and only aTabs is evaluated to determine which column should be edited when calling start_editing(). This solution is probably not ideal; it would be better to have a parameter to select the column because one might want multiple editable columns with multiple buttons... Also, the native GTK implementation has the same bug (but there double-clicking the column works). Change-Id: I727792e635d3b610a2132ee5f4155e3ee610aaf2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137362 Tested-by: Jenkins Reviewed-by: Caolán McNamara CC'ing Michael Stahl, in case he still remembers anything that might be useful input here. -- You are receiving this mail because: You are the assignee for the bug.
