This question is locked. New answers and comments are not allowed.
I've got a Telerik ComboBox on my page. If I click in combobox (i.e. focus it) before opening its dropdown, and then press Enter, I get JS Error as follows:
My assumption is that $items is not filled (because dropdown was never opened; and it does not open on focus now after 2011 Q1 breaking changes).
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64;
Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729;
Media Center PC 6.0; InfoPath.3; .NET4.0C; .NET4.0E)
Timestamp: Thu, 21 Apr
2011 09:18:24 UTC
Message: '$items' is null or not an object
Line: 381
Char:
17
Code: 0
URI: http://dev01-ser:8091/Scripts/2011.1.315/telerik.combobox.js
My assumption is that $items is not filled (because dropdown was never opened; and it does not open on focus now after 2011 Q1 breaking changes).