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

RadTextBox problem in mozilla

1 Answer 48 Views
Input
This is a migrated thread and some comments may be shown as answers.
Luboslav
Top achievements
Rank 1
Luboslav asked on 18 Mar 2011, 05:17 PM
Hello,

I have a big problem with  <telerik:RadTextBox>.Here is the source of RadTextBox.
 <telerik:RadTextBox ID="TxtShopOperatorID" AutoPostBack="true" runat="server" Width="100px"
                OnTextChanged="TxtShopOperatorID_TextChanged" onKeyUp="changeVal()">

The method is working fine at popup dialog in InternetExplorer,but it doesnot happens in mozilla firefox.
Please tell me how to solve this problem.I red another post about this problem,whithout answer.So the methods works fine out of PopupDialog in IE and FF,but in pop dialog in FF the event is not happens.
The same problem without answer: http://www.telerik.com/community/forums/aspnet/general-discussions/radtextbox-ontextchanged-event-is-not-working-in-firefox.aspx

Regards,
Lubo

1 Answer, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 21 Mar 2011, 05:23 PM
Hello Luboslav,

Could you please provide the markup and code behind code (if any) of a sample page demonstrating the issue, that I could use for local testing? Please also verify the exact version of RadControls that you are currently using. This way I will be able to debug the code and provide you with more to the point resolution.

In addition, have you tried whether your implementation works with a standard TextBox control instead of a RadTextBox?

Kind regards,
Martin
the Telerik team
Tags
Input
Asked by
Luboslav
Top achievements
Rank 1
Answers by
Martin
Telerik team
Share this question
or