https://bugs.documentfoundation.org/show_bug.cgi?id=164850

--- Comment #2 from Jan Rheinländer <[email protected]> ---
So now I hunted it down.

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 editable, until you
a) Click the header on any column to change the sor torder
b) Try to re-arrange the headers by dragging

After doing a) or b), instead column 1 becomes editable.

IMHO the reason is that SvTabListBox::SetTabs(sal_uInt16, tools::Long, MapUnit)
resets all tab flags to MYTABMASK and sets the flag of the first column to
EDITABLE. It shouldn't do this because it is only modifying the tabs. There is
another method SvTabListBox::SetTabs() which is used to initialize the tabs.

But I may be wrong.

This bug is connected with patch 180450 on gerrit, which I know think is only a
partial solution of the problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to