dojo.hostenv.writeIncludes should pass the true parameter
---------------------------------------------------------
Key: WW-2017
URL: https://issues.apache.org/struts/browse/WW-2017
Project: Struts 2
Issue Type: Bug
Components: Views
Affects Versions: 2.0.8
Environment: Firefox Debugging with Vanker
Reporter: Max Pimm
Priority: Minor
The debugAtAllCosts flag used to configure dojo debugging in the firefox vanker
debugger is not working properly.
This is because calls to dojo.hostenv.writeIncludes must pass the parameter
"true". If they don't then subsequent calls do not do anything. The code that
prevents this is in dojo/src/browser_debug.js and some reference to it is made
in the dojo/tests/widget/test_Custom_Widget_Debugging.html.
If you use the ajax template there are are two calls to this function in the
html head from template.simple.dojoRequires.js and
template.ajax.dojoRequires.js.
Both of these calls should use the true parameter for debugging to work
properly in firefox.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.