Index: trunk/extensions/SemanticForms/libs/SF_yui_autocompletion.js |
— | — | @@ -39,6 +39,7 @@ |
40 | 40 | this.oAutoComp.maxResultsDisplayed = 20; |
41 | 41 | this.oAutoComp.animHoriz = false; |
42 | 42 | this.oAutoComp.animVert = false; |
| 43 | + this.oAutoComp.useIFrame = true; |
43 | 44 | if (delimiter != '') { |
44 | 45 | this.oAutoComp.delimChar = delimiter; |
45 | 46 | } |