I still have not find a solution to the problem of the autocomplete widget
not working as it should on Internet Explorer.

The following code can illustrate my problem

db.define_table("toets",
                Field("veld1"))
db.toets.veld1.widget = SQLFORM.widgets.autocomplete(
                          request, db.toets.veld1, limitby=(0,20),
min_length=2)


Fill the table with a few entries beginning with the same string in IE to
see the problem.

I have now tested it with a new app using Web2py 1.96.4 (2011-06-07
21:08:15)* *to eliminate the problem that changes to my .css or javascript
files could have caused the problem.

If anyone can get a solution I will really appreciate it.

Regards
Johann
-- 
 May grace and peace be yours in abundance through the full knowledge of God
and of Jesus our Lord!  His divine power has given us everything we need for
life and godliness through the full knowledge of the one who called us by
his own glory and excellence.
                                                    2 Pet. 1:2b,3a

Reply via email to