Issue 123426 - f1 in find toolbar leads to unspecific (wrong) help
Summary: f1 in find toolbar leads to unspecific (wrong) help
Status: CONFIRMED
Alias: None
Product: General
Classification: Code
Component: ui (show other issues)
Version: 3.4.0
Hardware: All Windows 7
: P3 Normal (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-05 07:04 UTC by Rainer Bielefeld
Modified: 2013-10-05 14:25 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Rainer Bielefeld 2013-10-05 07:04:20 UTC
Steps how to reproduce Reproducible with  "AOO 4.1.0-Dev – English  UI / German locale - [AOO410m1(Build:9750)  -  Rev. 1525917 - 2013-09-25]" on German WIN7 Home
Premium (64bit)", own separate user profile:

1. Open new blank Writer Document
2. Make Find Toolbar visible via menu 'View -> Toolbars' if necessary
3. Click into input line in Find toolbar
3. <f1> for Halp
   Expected: Leads to FindBar related Help Topic 
   Actual: Leads to Help topic "OpenOffice Writer Help"

Additional Info:
------------------
(a) May be no find Toolbar related Help does exist?
(b) Still Reproducible with  "AOO 4.1.0-Dev – English  UI / German locale - [AOO410m1(Build:9750)  -  Rev. 1525917 - 2013-09-25]" on German WIN7 Home
Premium (64bit)", own separate user profile, but because of incomplete LCo selector (Bug Bug 123063) no correct information can be left.
(c) Also see "Bug 113818 - Find toolbar context help leads nowhere"
Comment 1 Ariel Constenla-Haile 2013-10-05 14:25:13 UTC
(In reply to Rainer Bielefeld from comment #0)
> Additional Info:
> ------------------
> (a) May be no find Toolbar related Help does exist?

There is help for the 3 toolbar icons, you can see it by pressing Shift + F1 or activating "extended tooltips" in the Options dialog.
The related help is http://svn.apache.org/viewvc/openoffice/trunk/main/helpcontent2/source/text/shared/01/02100000.xhp?view=markup#l49

.uno:FindText
Type the text to search in the current document. Press Enter to search the text.

.uno:DownSearch
Click to search the next occurrence in downward direction.

.uno:UpSearch
Click to search the next occurrence in upward direction.

There are several problems:

a) the visibility is set to hidden, so the text is not visible in the help file
b) toolbar icons not displaying the respective help page is a general bug, try with any of the other toolbar icons displaying an image: focus on a toolbar using F6, highlight a toolbar item traveling with the keyboard arrows, press F1, the default application help page is displayed. There are some exceptions with toolbar items that have a listbox or combobox, when the help ID is properly set at the control, like the case of ".uno:ApplyStyle"/"apply Style" in the "Formatting" toolbar; but "Font Name" and "Font Size" do not open the respective help page.

(a) can be fixed with this bug, (b) needs a separated bug report