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

Issue when using the arrow keys (up/down) on dropdownlist

1 Answer 215 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
Sergiu
Top achievements
Rank 1
Sergiu asked on 01 Oct 2013, 08:25 AM
I have an issue in Firebug  when navigating with on a dropdownlist :
TypeError: d is undefined
anonymous()kendo.....min.js (line 9)
_hideBusy(e="(", n=3)kendo.....min.js (line 16)
_hideBusy(e=Object { originalEvent=Event keypress, type="keypress", timeStamp=167927338, more...})kendo.....min.js (line 16)
b()jquery.min.js (line 3)
b(e=Object { originalEvent=Event keypress, type="keypress", timeStamp=167927338, more...})jquery.min.js (line 3)
b(e=keypress charCode=0, keyCode=40)jquery.min.js (line 3)
...null}else if("s"===l){if(x("s"),B=C(2),null===B||t(B,0,59))return null}else if("...
This happens only on Firefox (23.0.1) and not on Chrome.
Also, I can see in Firebug  something like  this: ObjectObject { error="Mozilla error: invalid scope variables"}
You can test this issue here: http://jsfiddle.net/sergiu079/pKsXN/18/
Write something into the input field then press TAB and after that press the down arrow.
Any  ideas?

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 03 Oct 2013, 08:01 AM
Hello Sergiu,

Thank you for providing the jsFiddle. I was able to reproduce the error and have logged it in our system for further investigation. We will fix it for one of the next internal builds. I have also updated your Telerik points for the bug report.

Regards,
Daniel
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
DropDownList
Asked by
Sergiu
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or