I can confirm that the autocomplete widget does not work at all in IE 7, 8,
or 9 (at least not using the 'welcome' app). After I type two letters, the
input box loses focus (i.e., I cannot continue typing). I then click back in
the box, type another character, and it loses focus again -- I have to click
back in the box to enter each character. Also, as I enter characters, no
suggestions every appear (even though there are entries in the database that
match what I am typing). Same code works fine in Chrome. If anyone has any
suggestions, I'm happy to do some testing.
Anthony
On Monday, June 13, 2011 6:29:40 AM UTC-4, spyker wrote:
> 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
>
>