https://bugs.documentfoundation.org/show_bug.cgi?id=164850
--- Comment #6 from Jan Rheinländer <[email protected]> --- I changed the gerrit commit to reflect the discussion: The problem seems to be solved by removing three lines from SetTab() The solution is not complete, though. If you add a second call to set_column_editables() somewhere, e.g. in bookmark.cxx SwInsertBookmarkDlg::ModifyHdl at the end: m_xBookmarksBox->set_column_editables({ false, false, true, false, false }); then the 2nd column is now editable instead of the third. Very confusing. Steps to reproduce after inserting this line: Insert two bookmarks Open the dialog Delete one of the bookmarks Try to edit in the 2nd and 3rd columns -- You are receiving this mail because: You are the assignee for the bug.
