Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
290
igCombo's item template freezes browser in 2014.1 release
posted

Hi,

After migrating to the new version my templated combo boxes freeze upon selection.

After several hours of debugging I found out that igCombo enters into an infinite recursion call of function _replaceTextInNode.

I've modified your own example http://jsfiddle.net/gh/get/jquery/1.9.1/igniteuisamples/jsfiddle-samples/tree/master/EN/HtmlSamples/combo/templates/ into http://jsfiddle.net/mPrL7/1/ in order to replicate it. I basically removed the image and address from the template. Select an item them try reopening the combo then the browser will freeze.

I would like to reiterate that my template was working in 2013.2

My template is simply <div><span>${__parameterlocal_}</span><span>${__parameter____parameterunits_}</span><span>${__designminimum_}</span><span>${__designmaximum_}</span></div>

Please could you confirm whether it is a bug? If it is, how long should I wait for a fix?

Regards,

Silverio