Hi,
I found the problem, it is in the AdvancedAutoSuggestBehavior.js and AdvancedAutoSuggestBehaviorJammed.js files,
changing this line: childFrame.src = "about:blank";
for this one, fixed the problem: childFrame.src = "javascript:false";
Thanks,
Felipe.