You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Add the dojo.require function calls at the end of the body tag by
looping through the DOJANGO.COLLECTOR variable.
2. Open the page in a browser. (I only tested with Firefox)
What is the expected output? What do you see instead?
The dojo widget replacement is done after the page has been rendered. This
will cause the standard input fields to be visible while the widgets are
replaced.
What version of the product are you using? On what operating system?
SVN revision 210
I created a fix for this. By letting the middleware replace a placeholder
in the response the dojo.require can be placed anywhere in the output. If
placed within the head section, the widgets are loaded before the page is
rendered.
A patch file is attached.
Enjoy!
Original link: http://code.google.com/p/dojango/issues/detail?id=28
The text was updated successfully, but these errors were encountered:
Original link: http://code.google.com/p/dojango/issues/detail?id=28
The text was updated successfully, but these errors were encountered: