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

New feature request: Inline spell check

1 Answer 49 Views
Spell
This is a migrated thread and some comments may be shown as answers.
Shoeb Syed
Top achievements
Rank 1
Shoeb Syed asked on 19 Oct 2010, 10:08 AM
Hi,

We were struggling with some of the client requirement where they want inline spell check. We are heavily relying on Telerik ASP.NET AJAX. Unfortunately telerik do not have this feature.

We are exploring Karamasoft spell check which perfectly fits with the requirement, but again I want to stick to Telerik. I am expecting they will come up with the feature in future release.

Thanks
Shoeb

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 19 Oct 2010, 04:01 PM
Hi Shoeb,

All major browsers (except Internet Explorer) offer their own built-in spellcheckers that perform inline spell checking out-of-the box in the editable elements: textareas, editable iframe and div elements. The content area of RadEditor is editable IFRAME( or DIV if ContentAreaMode is set to DIV) and the required spell as you type feature is offered in Firefox, Chrome, Safari and Opera. It is very likely that the inline spellchecking will be also implemented by IE developers in some future versions of Internet Explorer.

At present, we do not plan to provide spell as you type feature in RadEditor due to performance issues. If you edit large text then this will decrease the typing / editing performance, because the JavaScript code has 10 times slower performance compared to native compiled code. I also tested Karamasoft Spell As You Type spellchecker and noticed that it performs callbacks to the server very often which will also decrease the server performance if a large text is edited or multiple users are using such an editor.

I also created a public PITS item for you feature request. If many users request it we will definitely consider its implementation. Here you can find the PITS Issue: Public URL.

Your clients could use the inline AJAX spellchecker of RadEditor which you can test in this live demo: AJAX Spell Checker or the built-in spell as you type spellcheckers of Firefox, Chrome, Safari and Opera.

Best regards,
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
Tags
Spell
Asked by
Shoeb Syed
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or