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

RadSpell sometimes does not update asp:TextBox after spellcheck

1 Answer 40 Views
Spell
This is a migrated thread and some comments may be shown as answers.
A
Top achievements
Rank 1
A asked on 29 Aug 2011, 08:10 PM
Hi,
I have a multi-line ASP.NET TextBox control that I want to spell check using the Telerik SpellCheck control via JS envoked form an image button located beside the TextBox. The textbox is located on a page with many other ASP input controls and multiple TextBoxes with SpellCheck controls.


The click event handler on my web page is a follows:
    var radSpellCheck = $find('MyRadSpellCheckCtrlID');
    if (radSpellCheck != null) {
        radSpellCheck.startSpellCheck();
    }


A second imagebutton beside the TextBox is used to resize it (and change the Z-index) allowing the TextBox to take over the entire size of the page to facilitate editing large notes.


When the TextBox is in it's normal layout and size (300px x 150px) and the "startSpellCheck()" is called the spell checker is displayed but none of the changes are reflected back into the TextBox.
However when it's size is maximized the "startSpellCheck()" works, updating the contents of the same TextBox.  What is strange, that the keyboard shortcut I have implemented to trigger the same spellcheck code is used, it works in both situations. 


Between expanded and normal display mode I all I am doing is changing the height, width, and z-index of the rendered <TextArea/> tag. I don't see why it would work in one instance and no another. Note: My event handler returns FALSE to prevent a post-back.


1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 01 Sep 2011, 10:16 AM
Hello,

I am not aware of such a problem and I will need your assistance to reproduce it.

Could you please isolate the issue in a sample working project and send it for examination on our side? Please, use your bug report ticket on the topic to attach the zipped project, because the forum does not allow zip attachments.

Looking forward to hearing from you,
Rumen
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

Tags
Spell
Asked by
A
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or