Bug 135962 - Search dialog in Base - double usage of S and wrong default active field after first search - Windows only
Summary: Search dialog in Base - double usage of S and wrong default active field afte...
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Base (show other bugs)
Version:
(earliest affected)
6.0.0.3 release
Hardware: x86-64 (AMD64) All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-20 22:23 UTC by eddie8+DF
Modified: 2022-09-10 11:35 UTC (History)
4 users (show)

See Also:
Crash report or crash signature:


Attachments
Screenshot of the described Search Dialog of Libreoffice Base (24.71 KB, image/png)
2020-08-22 08:30 UTC, eddie8+DF
Details
Screenshot from Ubuntu 20.04.1 / LO 6.4.5.2 - Everything works fine here (57.65 KB, image/png)
2020-08-22 10:00 UTC, eddie8+DF
Details
LibreOffice_7.2.2_Win_x64 - Still the "s" is used double as shortcut in Search dialogue (40.25 KB, image/png)
2021-11-23 12:56 UTC, eddie8+DF
Details

Note You need to log in before you can comment on or make changes to this bug.
Description eddie8+DF 2020-08-20 22:23:30 UTC
Description:
Search with STRG-F -> insert text -> press enter.
After the first citation, you may want to search further with enter (at least it works like this in Writer). But instead that the active button is "search", the default is on the "help" butten, so if you press enter after the first citation with enter, you just open the online-help.
Second possibility would be to search further with ALT-S, as the S from search is underlined. But that also does not work, as the S from "Schließen" (=close in German) is also underlined. So you have top use the mouse.
Maybe it is only a problem in the German localisation.

This problem existed at least in all 6.x and 7.x versions, I do not remember before.

Steps to Reproduce:
see above

Actual Results:
see above

Expected Results:
see above


Reproducible: Always


User Profile Reset: Yes


OpenGL enabled: Yes

Additional Info:
see above
Comment 1 Robert Großkopf 2020-08-21 15:41:25 UTC
Could be I'm looking at the wrong place. The description doens't show where to search.

I opened a table.
I press Ctrl+F for the dialog.
I set a word inside the first field and started the search.
I press "Enter" for next result.
Works here as expected.

There is no "S" underlined on the buttons.

Same dialog appears in a form for searching through the content of one form.

I'm using LO 7.0.0.3 on OpenSUSE 15.1 64bit rpm Linux, German GUI.
Comment 2 eddie8+DF 2020-08-22 08:30:05 UTC
Created attachment 164548 [details]
Screenshot of the described Search Dialog of Libreoffice Base
Comment 3 eddie8+DF 2020-08-22 08:36:05 UTC
Comment on attachment 164548 [details]
Screenshot of the described Search Dialog of Libreoffice Base

Libreoffice 7.0 Release under Windows 10
Comment 4 eddie8+DF 2020-08-22 08:37:42 UTC
I added a screenshot taken with Win10 an d LibreOffice Base 7.0.0 (release version).
Comment 5 Robert Großkopf 2020-08-22 08:43:33 UTC
Dialog is the same as used here. But the shortcut for "Suchen" and "Schließen" doesn't appear in Linux with VCL:gtk3.

So we need a person with Windows to confirm the bug. It doesen't appear here on OpenSUSE 15.1 64bit rpm Linux.
Comment 6 eddie8+DF 2020-08-22 09:38:57 UTC
Interesting. I could swear I had the same behavior/dialog under Ubuntu. But I had to Switch from Linux to Windows last year, so I currently do not have an ubuntu to test it...
Comment 7 eddie8+DF 2020-08-22 10:00:21 UTC
Created attachment 164556 [details]
Screenshot from Ubuntu 20.04.1 / LO 6.4.5.2 - Everything works fine here

As you see in the Screenshot from Ubuntu 20.04.1 / LO 6.4.5.2 (Virtual Box of actual Ubuntu live system): Everything works fine here! So the Problem (at least in actual versions) is just related to Windows.

Also the default button after the first search is "search" (=suchen) here, as it should be (which can't be seen in the screenshot, but I tried it several times).
Comment 8 Xisco Faulí 2021-11-23 10:51:26 UTC
Hello Eddie,
Could you please try to reproduce it with the latest version of LibreOffice from https://www.libreoffice.org/download/libreoffice-fresh/ ?
I have set the bug's status to 'NEEDINFO'. Please change it back to 'UNCONFIRMED' if the bug is still present in the latest version.
Comment 9 eddie8+DF 2021-11-23 12:55:43 UTC
Still present in actual  LibreOffice_7.2.2_Win_x64, I'll add a screenshot.
Comment 10 eddie8+DF 2021-11-23 12:56:54 UTC
Created attachment 176444 [details]
LibreOffice_7.2.2_Win_x64 - Still the "s" is used double as shortcut in Search dialogue
Comment 11 Julien Nabet 2022-09-10 11:35:19 UTC
On pc Debian x86-64 with master sources updated today, I could reproduce this.
With gtk3, you must type "Alt" to see the shortcuts with underline.

Code pointers:
    100 #. MRCkv
    101 msgctxt "stock"
    102 msgid "_Close"
    103 msgstr "_Schließen"

   9164 #. BiFWr
   9165 #: cui/uiconfig/ui/fmsearchdialog.ui:24
   9166 msgctxt "fmsearchdialog|pbSearchAgain"
   9167 msgid "S_earch"
   9168 msgstr "_Suchen"

I may be wrong but "S" seems to be the usual shortcut for _Schließen, so ok for "u" shortcut for Suchen or what would be appropriate?

(I can do the change in Weblate afterwards).