-
bustamam changed the public information on the Perl binding for OpenOffice.org UNO project.
2009-03-22 14:08:21 UTC in Perl binding for OpenOffice.org UNO
-
Thanks for the quick response Sudhan. I'm going to close this bug since there's an existing issue with AJAX running on HtmlUnit. The work around is documented in the FAQ. It has to do with the main thread exiting before the template could finish rendering.
2008-07-31 16:45:36 UTC in HtmlUnit
-
Separate bug (2031683) logged against Javascript template issue.
2008-07-29 17:30:51 UTC in HtmlUnit
-
Maybe regression caused by 2022578 bug fix.
2008-07-29 17:29:32 UTC in HtmlUnit
-
File Added: template.js.
2008-07-29 17:27:51 UTC in HtmlUnit
-
File Added: prototype.js.
2008-07-29 17:26:54 UTC in HtmlUnit
-
File Added: jsondata.txt.
2008-07-29 17:26:24 UTC in HtmlUnit
-
Javascript template is no longer working after the endless recursion fix.
Test case attached.
2008-07-29 17:25:59 UTC in HtmlUnit
-
Thanks Sudhan for fixing the bug so quickly. I notice that all my Javascript templates are not working after this bug fix, so I'm reopening this bug.
2008-07-25 17:12:38 UTC in HtmlUnit
-
This Javascript snippet will cause recursion in HtmlUnit, and finally throws stack overflow exception.
document.body.innerHTML = unescape(document.body.innerHTML); .
2008-07-20 02:01:32 UTC in HtmlUnit