https://bugs.documentfoundation.org/show_bug.cgi?id=152277
Bug ID: 152277
Summary: window state of styles does not save
Product: LibreOffice
Version: 7.4.3.2 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: minor
Priority: medium
Component: Writer
Assignee: [email protected]
Reporter: [email protected]
Description:
docked styles in sidebar. setting anything else but 'hierarchical' works fine
(eg 'custom styles'), after closing writer and reopening, it kept the state.
but after changing to 'hierarchical' (close and reopen writer), another filter
is not remembered anymore. writer will always show 'hierarchical'.
Steps to Reproduce:
1. open writer, set styles filter to 'hierarchical', close writer
2. open writer, set styles filter to 'custom styles', close writer
3. open writer, it will show filter 'hierarchical'
Actual Results:
after ever chaning styles filter to 'hierarchical', it will never remember a
different filter setting
(this has been working fine in previous versions, but since some time (and i
can't remember what version) it doesn't anymore)
Expected Results:
remember the filter set, eg 'custom styles'
Reproducible: Always
User Profile Reset: No
Additional Info:
fortunately, file registrymodifications.xcu is a plain xml-file and can be
edited. i pinned it down to
<item
oor:path="/org.openoffice.Setup/Office/Factories/org.openoffice.Setup:Factory['com.sun.star.text.TextDocument']"><prop
oor:name="ooSetupFactoryStyleFilter" oor:op="fuse">
which's value other than '4096' (translates to 'hierarchical') is always set
properly, ie '3' translates to 'custom styles' or '5' translates to 'text
styles'. once 4096 appears, it's not changed ever again.
==> my workaround: avoid setting 'hierarchical', but once it happens, change
the value back to eg. '3' manually in the file. not nice, but i can live with
it. it cost me only some time to find out.
--
You are receiving this mail because:
You are the assignee for the bug.