I have some very simple jquery scripts for creating dialog boxes. This was 
all working fine until the replacement of web2py.js in release 5113. 
However now it no longer works.

The pre-5113 version had a web2py_ajax_page complete function that first 
filled my dialog box and then executed response.js in that order.

The new version does these two things asynchronously.  Response.js is 
executed within event_handler and generally this happens before the 
ajax_page complete function.

Is there some reason why this was changed or could it be changed back so 
things happen in the same sequence? This does break backward compatibility.


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to