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

Not able to select Spell Check suggested results using mouse

1 Answer 55 Views
Spell
This is a migrated thread and some comments may be shown as answers.
Samir
Top achievements
Rank 1
Samir asked on 20 May 2016, 10:37 AM
We are using a Windows client application Microsoft Customer Care Accelerator.We have implemented the spell check in email body which works fine when email in opened in IE browser.
But when we open the email in the Windows client application which hosts it on a WPF control, we are not able to use mouse to select the results of the spell check.
Please refer the attach screen-shot for reference.
Any advice or help is greatly appreciated.

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 25 May 2016, 08:17 AM

Hi Samir,

We do not support embedded browsers (https://admin.telerik.com/www.telerik.com/aspnet-ajax/tech-sheets/browser-support) and the only suggestion I can make is to try adding the script shown in the following article that may help: http://docs.telerik.com/kendo-ui/intro/supporting/browser-support#important-notes.

<script>
    window.MSPointerEvent = null;
    window.PointerEvent = null;
</script>

To include it in the RadSpell dialog, use its DialogsScriptFile property: http://docs.telerik.com/devtools/aspnet-ajax/api/server/Telerik.Web.UI/RadSpell#properties-DialogsScriptFile.

Regards,

Marin Bratanov
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
Spell
Asked by
Samir
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or