https://bugs.documentfoundation.org/show_bug.cgi?id=164850
Bug ID: 164850
Summary: Third column in insert bookmark dialog is not editable
for SAL_USE_VCLPLUGIN=gen
Product: LibreOffice
Version: 7.5.3.2 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: minor
Priority: medium
Component: Writer
Assignee: [email protected]
Reporter: [email protected]
Steps to reproduce:
export SAL_USE_VCLPLUGIN=gen
Run soffice, select some text (this is important) and insert a bookmark for it.
Unselect the text
Open the bookmarks dialog again. The bookmark appears in the list.
The third column "Text" is not editable. But there is a "edit text" button
which works around this issue :-)
I submitted patch 180450 on gerrit to fix this.
The relevant code is in bookmark.cxx :
m_xBookmarksBox->set_column_editables({ false, false, true, false, false });
--
You are receiving this mail because:
You are the assignee for the bug.