After unbinding 'CTRL+F' in Tools->Customize->Keyboard 'CTRL+F' still triggers the find function (not find&replace). With find function I am refering to the little find box that appears at the bottom of writer. Expected behavior: after unbinding 'CTRL+F', pressing 'CTRL+F' does nothing Proposed fix: Make the find function avaible as a key binding in Tools->Customize->Keyboard and bind it to 'CTRL+F' by default.
Confirmed in 4.4 -- Ctrl+F3 opens Find panel instead of the mapped (in)action.
Also occurs in LO 3.3.0 -> Version: Inherited from OOo
** Please read this message in its entirety before responding ** To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present on a currently supported version of LibreOffice (5.0.5 or 5.1.2 https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the version of LibreOffice and your operating system, and any changes you see in the bug behavior If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a short comment that includes your version of LibreOffice and Operating System Please DO NOT - Update the version field - Reply via email (please reply directly on the bug tracker) - Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) http://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to "inherited from OOo"; 4b. If the bug was not present in 3.3 - add "regression" to keyword Feel free to come ask questions or to say hello in our QA chat: http://webchat.freenode.net/?channels=libreoffice-qa Thank you for your help! -- The LibreOffice QA Team This NEW Message was generated on: 2016-04-16
Still present in Version: 5.0.5.2 Build-ID: 5.0.5.2 Arch Linux build-3 Gebietsschema: de-DE (de_DE.UTF-8) % uname -a Linux gurke 4.4.5-1-ARCH #1 SMP PREEMPT Thu Mar 10 07:38:19 CET 2016 x86_64 GNU/Linux
** Please read this message in its entirety before responding ** To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from http://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
Confirmed in Version: 5.3.6.1 Build-ID: 5.3.6-2 CPU-Threads: 4; BS-Version: Linux 4.12; UI-Render: Standard; VCL: kde4; Layout-Engine: neu; Gebietsschema: de-DE (de_DE.UTF-8); Calc: group
The find function was never hardcoded, it just that Writer required a restart after changing a global keybinding. And in 5.4 this problem seems to be fixed -> RESOLVED WORKSFORME (actually I suspect a particular commit, but didn't verify it). Feel free to reopen, if you can still reproduce with 5.4 or master.
Maxim, this seems not to be the case. I just installed the newest libreoffice available on arch linux. To replicate the problem: * Tools->Customize->Keyboard * Edit "CTRL-F" to "Styles/Character/Emphasis" (just for demonstration) * -> "CTRL-F" changes emphasis of selected text * Tools->Customize->Keyboard Delete "CTRL-F", i.e. unbind "CTRL-F" * close writer (verfied that no process is running with "ps ax |grep libre") * start writer * "CTRL-F" opens find dialog in the bottom pane expected: "CTRL-F" does nothing Version: 5.4.2.2.0+ Build ID: 5.4.2-2 CPU threads: 4; OS: Linux 4.12; UI render: default; VCL: kde4; Locale: en-US (en_US.utf8); Calc: group
(In reply to Georg Altmann from comment #8) > Maxim, this seems not to be the case. > I just installed the newest libreoffice available on arch linux. > > To replicate the problem: > * Tools->Customize->Keyboard > * Edit "CTRL-F" to "Styles/Character/Emphasis" (just for demonstration) > * -> "CTRL-F" changes emphasis of selected text > * Tools->Customize->Keyboard Delete "CTRL-F", i.e. unbind "CTRL-F" This is not enough. With this step you removed the CTRL-F binding on the Writer application level, but the find keybinding is defined on a global LO level. So you should do this: 1) Tools->Customize->Keyboard 2) In the right top corner there are 2 radio buttons. Choose there the "LibreOffice" context instead of "Writer". 3) Select CTRL-F from the list, and click "Delete".
Doh! Got it, thanks!