[web2py] Re: jQuery.web2py.component "Synchronous XMLHttpRequest ..." error

2016-07-01 Thread Marlysson Silva
I've used datepicker from bootstrap, and I added the css and js from component and I removed the calendar.js component that came together how built-in of web2py ( came at layout.html in an of the included files ) I removed calendar.js because web2py generate same component of date when field of

[web2py] Re: jQuery.web2py.component "Synchronous XMLHttpRequest ..." error

2016-06-30 Thread Michael Beller
arghh ... this one was a pain. For the record: I had created a listener on the modal's show event to load the component (using the code below). Datepicker also triggers an event it calls show. Since it was loading within the scope of the modal, it would trigger the show listener when it was o