This is a migrated thread and some comments may be shown as answers.

Find And Replace Shortcut interference

2 Answers 53 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Sébastien
Top achievements
Rank 1
Sébastien asked on 30 Jun 2010, 08:58 PM
I have the tool FindAndReplace with the shortcut CTRL+F, but it is interfering with the browser ctrl+F, so both find dialog are appearing. I saw that the behavior can be reproduce in the telerik demos(http://demos.telerik.com/aspnet-ajax/editor/examples/default/defaultcs.aspx) using IE but seems to work fine in firefox. It is not a major bug, but if you have any suggestion on how to override this specific browser shortcut.

Thanks,
Sébastien

2 Answers, 1 is accepted

Sort by
0
Accepted
Rumen
Telerik team
answered on 02 Jul 2010, 02:45 PM
Hello Sébastien,

The easiest way to eliminate this browser behavior is to change the shortcut for the Find and Replace dialog to for example: Ctrl+Shift+F, e.g.

ToolsFile.xml:

<tool name="FindAndReplace" shortcut="CTRL+Shift+F" />

ASPX

<telerik:RadEditor  ID="editorNote" Runat="server"">
    <Tools>
        <telerik:EditorToolGroup>
            <telerik:EditorTool Name="FindAndReplace" shortcut="CTRL+Shift+F" />
            ...
        </telerik:EditorToolGroup>
    </Tools>
</telerik:RadEditor>

Greetings,
Rumen
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Sébastien
Top achievements
Rank 1
answered on 02 Jul 2010, 03:39 PM
Well it is what I were doing, looks like I'll continue doing that.

Thanks anyway.
Tags
Editor
Asked by
Sébastien
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Sébastien
Top achievements
Rank 1
Share this question
or