you can make it visible manualy,
by using the javascript event OnClientShown = "AutoComplete_Shown"
AutoComplete_Shown(sender,args)
{
var list = sender.get_completionList(); // the list , make it
visible.
}
On Jul 24, 6:50 am, Sems <ben_camero
...@hotmail.com> wrote:
> I am having issues with the autocompleteextender not displaying in
> Safari. Once a seach term is typed into the target textbox the
> autocomplete dropdown list is never displayed. This happens with and
> without any animations enabled.
> The webpage works as expected in IE and Firefox but not Safari.
> I have noticed that this control also does not work on the control
> toolkit website (http://www.asp.net/AJAX/AjaxControlToolkit/Samples/
> AutoComplete/AutoComplete.aspx) when viewed in Safari 3.1.2 (see
> attached screenshot).
> Is there a known solution to this issue?