I just upgraded to 2.0.7, this backward comaptibility issue still hasn't 
been fixed:

The issue has something to do with web2py.

In 1.99.7 
jQuery 1.7.1
jQuery UI 1.8.20

... the date and auto complete field do work:

<input type="text" value="" name="birthday" id="no_table_birthday" 
class="date hasDatepicker">

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


In 2.0.6 
jQuery 1.7.1
jQuery UI 1.8.20

... (same code, different web2py version) the date and autocomplete field 
do not work when they are in the same form. The date field get the 
hasDatepicker class and works. The auto complete field isn't set.

<input type="text" value="" name="birthday" id="no_table_birthday" 
class="date input-xlarge hasDatepicker">


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


I have no idea why.


Kind regards,

Annet

-- 



Reply via email to