Re: [web2py] Re: web2py 2.0.6 and JqueryUI

2012-09-04 Thread Kevin Miller
Ok I found my problem that I spoke of earler. It was the version of jquery. I was using jquery 1.7.2 before with no problems. When I upgraded to web2py 2.0.6, it came with Jquery 1.8.0 and that was causing the problem. So I just copied the older version jquery and all is ok for now. JQuery UI 1.8.1

[web2py] Re: web2py 2.0.6 and JqueryUI

2012-09-04 Thread Annet
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: 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.

[web2py] Re: web2py 2.0.6 and JqueryUI

2012-09-03 Thread Annet
> 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

[web2py] Re: web2py 2.0.6 and JqueryUI

2012-09-03 Thread LightDot
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,

[web2py] Re: web2py 2.0.6 and JqueryUI

2012-09-03 Thread Annet
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: In 1.99.x: 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 lin

Re: [web2py] Re: web2py 2.0.6 and JqueryUI

2012-09-02 Thread Kevin Miller
I cleared the cache and refreshed the page and I got the same result. That line was from a javascript file that I created. It was in a method that I called when a linked was clicked. On Sun, Sep 2, 2012 at 1:42 PM, Niphlod wrote: > could you please try simply hitting ctrl+f5 to refresh the cache

[web2py] Re: web2py 2.0.6 and JqueryUI

2012-09-02 Thread Niphlod
could you please try simply hitting ctrl+f5 to refresh the cached files and see if that errors goes away ? BTW, that line comes from what js file ? On Sunday, September 2, 2012 7:43:14 PM UTC+2, dundee wrote: > > Hi all, > > I have converted my app from web2py 2.0 to use web2py 2.0.6. Everything