Re: [SMW-devel] [SF] + popup forms - performance issues with iframes in IE

2011-06-26 Thread Laurent Alquier
As you can see from the code I included, the performance hit has nothing to do with processing javascript or removing headers and footers. These happen after the blocking lines of code with 'iframe' calls. The performance hit is really happening between these two lines of code. What I am suggesti

Re: [SMW-devel] [SF] + popup forms - performance issues with iframes in IE

2011-06-26 Thread Stephan Gambke
Hi Laurent, Am 23.06.2011 15:55, schrieb Laurent Alquier: > 1- Why isn't popupform based on fancybox, which is already included with > Semantic Forms and doesn't seem to display this behavior in IE Well, it evolved and ended up in being very similar in function to fancybox. It was then aligned wi

[SMW-devel] [SF] + popup forms - performance issues with iframes in IE

2011-06-23 Thread Laurent Alquier
This would be for Stefan and Yaron :) I am still trying to troubleshoot why I am experiencing a pause of several seconds when using popupforms in IE (and not in Firefox or Chrome). I tracked down the issue to this block of code : function handlePopupFormInput( ptarget, elem ) {