I have a page with more then 50 dijit.form.FilteringSelect dijits, a dijit.layout.TabContainer, and a few tabs as dijit.layout.ContentPane...
If I cut down the number of FilteringSelect, hence cutting the total number of dijits under 50(ish) the page loads fine...but if I add just one more dijit the page fails....is there a known limitation? Is there something I should add to djConfig?...
I am using markup to create the dijits:
<select dojoType="dijit.form.FilteringSelect" id="inspect_tab_exterior_body_rightdoors_damage" name="inspect_tab_exterior_body_rightdoors_damage" autoComplete="false" invalidMessage="Invalid state name" onChange="console.log(arguments[0])" onFocus="console.log('user focus handler')" onBlur="console.log('user blur handler')" required="true"></select>

What browser do you use when
What browser do you use when you observe this behavior? What browsers did you test with your program? Do they all exhibit the same behavior?