I am having an issue with jQueryUI auto complete in web2py 1.99.x it worked 
well in web2py 2.0.x it no longer calculates the position of the list 
correctly:

<ul class="ui-autocomplete ui-menu ui-widget ui-widget-content 
ui-corner-all" role="listbox" aria-activedescendant="ui-active-menuitem" 
style="z-index: 1; top: 0px; left: 0px; display: block;">

In 1.99.x:

<ul class="ui-autocomplete ui-menu ui-widget ui-widget-content 
ui-corner-all" role="listbox" aria-activedescendant="ui-active-menuitem" 
style="z-index: 1; top: 260.583px; left: 264.467px; display: block; width: 
196.167px;">

top, left and width are not set properly in 2.0.x

I am using the same jQueryUI files in both applications and also the link 
and script statements are identical, what's causing this behaviour?


Kind regards,

Annet

-- 



Reply via email to