> 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.
>

Thanks for your reply, you're right I had to update jQuery UI form 1.8.20 
to 1.8..23 to fix the issue.

I am having another issue with jQuery UI. When a form contains both a date 
and an autocomplete field the calendar breaks the autocomplete, i.e. none 
of the autocomplete fields are rendered as autocomplete:

<input type="text" value="" name="locality" id="no_table_locality" 
class="input-xlarge string">

... where I expect:

<input type="text" value="" name="locality" id="no_table_locality" 
class="input-xlarge string ui-autocomplete-input" autocomplete="off" 
role="textbox" aria-autocomplete="list" aria-haspopup="true">


I know this is not related to web2py, but maybe you know whether there's a 
fix for this issue.


Kind regards,

Annet
 

-- 



Reply via email to