Bug 152397 - The explanation of the help page about Calc Input settings is not appropriate.
Summary: The explanation of the help page about Calc Input settings is not appropriate.
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Documentation (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard: target:7.6.0
Keywords:
Depends on:
Blocks: HelpGaps-NewFeatures
  Show dependency treegraph
 
Reported: 2022-12-06 13:12 UTC by nobu
Modified: 2023-05-25 13:23 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nobu 2022-12-06 13:12:29 UTC
Description:
The explanation of the help page about Calc Input settings is not appropriate.

https://help.libreoffice.org/latest/en-US/text/shared/optionen/01060300.html

There are two places.

General > Input settings

Press Enter to switch to edit mode

1.
// Original //
Uncheck this option to make the Enter key [** select the cell below the current cell **].

---
The default is correct.
However, The cell is selected according to the settings of [ Press Enter to move selection ] .


2. And one more. Next line Warnig Description.

// Original //
If a range of cells is selected, each time Enter is pressed will select the next cell inside the range. Hence, enabling [** this option **] is useful when entering values into a range of cells sequentially.

---
[ this option ] is [ Press Enter to move selection ] , not [ Press Enter to switch to edit mode ] .

It should be described below [Press Enter to move selection].

However, if both options are enabled, you need to be careful because they will do a little interesting operation.


Steps to Reproduce:
open https://help.libreoffice.org/latest/en-US/text/shared/optionen/01060300.html

Actual Results:
.

Expected Results:
.


Reproducible: Always


User Profile Reset: No

Additional Info:
.
Comment 1 Olivier Hallot 2022-12-06 19:21:06 UTC
Does this makes it clearer?

"If a range of cells is selected, each time <keycode>Enter</keycode> is pressed will select the next cell inside the range, according to the direction selected in <emph>Press Enter to move selection</emph>. Hence, enabling both options is useful when entering values into a range of cells sequentially."
Comment 2 nobu 2022-12-06 23:36:27 UTC
(In reply to Olivier Hallot from comment #1)
> Does this makes it clearer?
> 
> "If a range of cells is selected, each time <keycode>Enter</keycode> is
> pressed will select the next cell inside the range, according to the
> direction selected in <emph>Press Enter to move selection</emph>. Hence,
> enabling both options is useful when entering values into a range of cells
> sequentially."

I rely on Google's automatic translation to post and read, so it's difficult to judge whether this sentence is easy to understand, but I think it's a correct description.
Comment 3 Martin Srebotnjak 2023-01-04 19:57:02 UTC
each time <keycode>Enter</keycode> is pressed will select -> each time <keycode>Enter</keycode> is pressed it will select
Comment 4 Commit Notification 2023-04-29 21:11:20 UTC
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/c02428dbc46618eb781bcbdeb816e20518a44e6c

tdf#152397 Fix Help page about Calc Input settings