Dec 04, 2013, 4:56 PM
-
-
Dec 04, 2013, 5:09 PMIt seems 'eval' function calling is generated in your project. Do you have any repeating tasks? For example, TaskManager with direct event
-
Dec 04, 2013, 5:10 PMIf open any of that eval then what text do you see?
-
Dec 04, 2013, 5:24 PM
I searched the whole project and I couldn't find any place with this javascript snippet.function (el,skipDeep){if(Ext.isEmpty(el,false)){return null;} if(el.isComposite){return el;} if(el.getEl){return el.getEl();} if(el.el){return el.el;} var cmp=Ext.getCmp(el);if(!Ext.isEmpty(cmp)){return cmp.getEl();} var tEl=Ext.get(el);if(Ext.isEmpty(tEl)&&skipDeep!==true){try{return Ext.net.getEl(eval("("+el+")"),true);}catch(e){}} return tEl;} /* !eval(new String("("+el+");)) */
-
Dec 04, 2013, 5:25 PM
-
Dec 05, 2013, 7:05 AMSuch eval can be generated if you use Tooltip with invalid target.
Ext.Net tries to search target for tooltip with some interval
Do you have Tooltip widgets?