When you say that you are using the same jQueryUI files, does this mean the 
same old jQuery version? Version of jQuery bundled with web2py welcome app 
has changed between 1.99.x and 2.0.x, so if you're upgrading your existing 
app in any way, this might be a factor too.

Regards,
Ales

On Monday, September 3, 2012 11:36:23 AM UTC+2, Annet wrote:
>
> 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