From 94085e0b4cf834d48a0c9fe8089242b214fe432a Mon Sep 17 00:00:00 2001 From: Scott González Date: Sun, 17 Jan 2010 18:41:14 +0000 Subject: Autocomplete: Use bgiframe on the menu if it's available. --- ui/jquery.ui.autocomplete.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui/jquery.ui.autocomplete.js b/ui/jquery.ui.autocomplete.js index 26dc0895c..ff7a93bfc 100644 --- a/ui/jquery.ui.autocomplete.js +++ b/ui/jquery.ui.autocomplete.js @@ -247,6 +247,9 @@ $.widget("ui.autocomplete", { if (ul.width() <= this.element.width()) { ul.width(this.element.width()); } + if ($.fn.bgiframe) { + ul.bgiframe(); + } }, _move: function(direction, event) { -- cgit v1.2.3