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

integer textbox and ie10

6 Answers 57 Views
NumericTextBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
William Dunn
Top achievements
Rank 1
William Dunn asked on 19 Mar 2013, 03:07 PM
@Html.Telerik().IntegerTextBoxFor(x => x.Year)

Year is a nullable int

In IE10:

Unhandled exception at line 6, column 8993 in http://localhost:2808/asset.axd?id=tgAAAB-LCAAAAAAABABdjs0OgjAQBt9lz7XS-hf7Gh4NB6hrQhUKZSE1pO_OWhMO3jYzk3y7wAPMfYEeDNxsaHoaQcAzs46ZGyYMn52SF6mk-zoPpkjiZwnfGJqXtL5tfbd59e8JI9U-boFOZSoFWMpNpL2r5mrM8xzMTHWhNC8e1ZWB5R8P5xMfYChMmFZWqbAgtgAAAA==

0x800a138f - JavaScript runtime error: Unable to get property 'selection' of undefined or null reference


It works fine if I change the browser mode to IE9 or IE10 Compatibility View.

Telerik version is 2012.1.419.340

Is this a know issue or maybe has been patched in the recent telerik mvc release?


6 Answers, 1 is accepted

Sort by
0
Vladimir Iliev
Telerik team
answered on 22 Mar 2013, 08:34 AM
Hi William,


I tried to reproduce the problem locally but to no avail – everything is working as expected on our side. Could you please provide runable project where the issue is reproduced? This would help us pinpoint the exact reason for this behavior.

Kind Regards,
Vladimir Iliev
the Telerik team
Check out the successor of Telerik MVC Extensions - Kendo UI for ASP.NET MVC - and deem it for new ASP.NET MVC development.
0
William Dunn
Top achievements
Rank 1
answered on 22 Mar 2013, 11:39 AM
attached.

I should have mentioned that I'm using IE10 with Windows 7 64-bit.

IE version is 10.0.9200.16521

thanks

0
Vladimir Iliev
Telerik team
answered on 22 Mar 2013, 12:53 PM
Hi William,


I tried the provided project, however it works as expected on our side without any JavaScript errors using the the same version of IE10. Could you please try to clear your browser cache and run the project again as it seems that the issue is related to the local system that you are using?

Kind Regards,
Vladimir Iliev
the Telerik team
Check out the successor of Telerik MVC Extensions - Kendo UI for ASP.NET MVC - and deem it for new ASP.NET MVC development.
0
William Dunn
Top achievements
Rank 1
answered on 22 Mar 2013, 01:00 PM
I cleared browser cache but the error still occurs when I type a number into the textbox.

If I use the spinners then it seems to work fine.
0
Vladimir Iliev
Telerik team
answered on 22 Mar 2013, 01:27 PM
Hi William,

 
After the last clarification we finally able to reproduce the issue on our side, however it seems that it's already fixed in latest official release which is available for download from your account at telerik.com. For convenience I also updated the provided project to work as expected and attached it to the current thread.

Kind Regards,
Vladimir Iliev
the Telerik team
Check out the successor of Telerik MVC Extensions - Kendo UI for ASP.NET MVC - and deem it for new ASP.NET MVC development.
0
William Dunn
Top achievements
Rank 1
answered on 22 Mar 2013, 01:28 PM
Thank you, I will upgrade to the latest release.
Tags
NumericTextBox
Asked by
William Dunn
Top achievements
Rank 1
Answers by
Vladimir Iliev
Telerik team
William Dunn
Top achievements
Rank 1
Share this question
or