I've been trying to figure this out in my own scenario but I'm able to produce this using a slightly modified example I found on the forum from one of your developers.
Here's the example: http://jsfiddle.net/krustev/5GGVf/
When using an array that's empty or no datasource at all you'll notice an error in Chrome. With a larger page this causes a stack error. In Firefox this will completely lockup the browser.
Is there any viable way to create an empty combobox and later add data without this problem?
Edit: To produce the bug simply start typing in the combobox.
Thanks,
- Mike
Here's the example: http://jsfiddle.net/krustev/5GGVf/
When using an array that's empty or no datasource at all you'll notice an error in Chrome. With a larger page this causes a stack error. In Firefox this will completely lockup the browser.
Is there any viable way to create an empty combobox and later add data without this problem?
Edit: To produce the bug simply start typing in the combobox.
Thanks,
- Mike