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

RadTextBox strange behavior after callback

1 Answer 58 Views
Input
This is a migrated thread and some comments may be shown as answers.
Jesse Lawler
Top achievements
Rank 1
Jesse Lawler asked on 06 Aug 2010, 01:03 PM
This is very weird.  I've got a RadTextBox that I am loading with text for client-side editing, then submitting the edited text to a database with a Callback.  This works exactly once.

After the first Callback, when I use the exact same javascript function call to re-load the RadTextBox with text to edit, no text appears.  However, there's no javascript error either.  And the rendered HTML in the browser that defines the RadTextBox is exactly the same both before and after the Callback.

When I click submit to do a second Callback, whatever I have typed into the RadTextBox is ignored, and the value passed to the Callback is whatever was typed in the RadTextBox the first time around.  It is as if, upon Callback, a new RadTextBox is being displayed which is visible to the browser, but not to the DOM.  And meanwhile the old RadTextBox is still visible to the DOM, but invisible to the browser.

What the heck is going on?

Thanks,

Jesse

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 10 Aug 2010, 02:38 PM
Hello Jesse,

Could you please elaborate a bit more on the issue you are facing. Does the problem appear only in IE browser or in all browsers?

Greetings,
Maria Ilieva
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
Input
Asked by
Jesse Lawler
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or