From df391a998fe3af2fe950e7c07921f70c02e8d541 Mon Sep 17 00:00:00 2001 From: Jörn Zaefferer Date: Tue, 2 Feb 2010 14:04:50 +0000 Subject: Fix for #5120 - create menu only once and return that element from the widget method, put ui-autocomplete class on menu --- themes/base/ui.autocomplete.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes') diff --git a/themes/base/ui.autocomplete.css b/themes/base/ui.autocomplete.css index f42a05a4c..03ad7d007 100644 --- a/themes/base/ui.autocomplete.css +++ b/themes/base/ui.autocomplete.css @@ -1,10 +1,10 @@ /* Autocomplete ----------------------------------*/ -.ui-autocomplete-menu { position: absolute; cursor: default; } +.ui-autocomplete { position: absolute; cursor: default; } .ui-autocomplete-loading { background: white url('images/ui-anim.basic.16x16.gif') right center no-repeat; } /* workarounds */ -* html .ui-autocomplete-menu { width:1px; } /* without this, the menu expands to 100% in IE6 */ +* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */ /* Menu ----------------------------------*/ -- cgit v1.2.3