Bug 108476 - Settings dialog: Disable direct cursor options when direct cursor is disabled
Summary: Settings dialog: Disable direct cursor options when direct cursor is disabled
Status: RESOLVED NOTABUG
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
Inherited From OOo
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: difficultyBeginner, easyHack, skillCpp, topicUI
Depends on:
Blocks: Direct-Cursor
  Show dependency treegraph
 
Reported: 2017-06-12 07:44 UTC by Samuel Mehrbrodt (allotropia)
Modified: 2017-10-08 09:31 UTC (History)
3 users (show)

See Also:
Crash report or crash signature:


Attachments
Screenshot (93.27 KB, image/png)
2017-06-12 07:44 UTC, Samuel Mehrbrodt (allotropia)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Samuel Mehrbrodt (allotropia) 2017-06-12 07:44:45 UTC
Created attachment 133966 [details]
Screenshot

See attached screenshot.
When the checkbox "Direct Cursor" is inactive, the options (highlighted in red) should be disabled.

Code is in sw/source/ui/config/optpage.cxx, UI file is sw/uiconfig/swriter/ui/optformataidspage.ui .
Comment 1 Heiko Tietze 2017-06-13 06:27:45 UTC
Don't get the point, the options are not mutually exclusive. For example, paragraph alignment inserts text centered when direct cursor is placed in the middle whereas the same operation with left margins sets an indentation and the text will be left aligned. -> WFM

https://help.libreoffice.org/index.php?title=Common/Formatting_Aids
Comment 2 Samuel Mehrbrodt (allotropia) 2017-06-13 07:29:00 UTC
Ah the direct cursor can also be enabled from other places - then it makes sense to not disable the radio boxes when the "Direct Cursor" checkbox is disabled.

Closing this then, thx for the feedback!