| Title | I can't use Editor WikiWizard |
| Date | 18-Sep-2006 13:54:41 EEST |
| Version | JSPWiki v2.4.53 |
| Submitter | renhai |
| Bug criticality | BadBug |
| Browser version | IE6 |
| Bug status | ClosedBug |
| PageProvider used | JSPWiki |
| Servlet Container | tomcat-4.1.31 |
| Operating System | Win2K,Win2003 |
| URL | http://10.1.5.235 :8080/JSPWiki/Edit.jsp?page=Main |
| Java version | j2sdk1.4.1 |
After edit a page, I can press the button "save". In advance, I found that is a bug of javascript in file "templates\default\editors\WikiWizard.jsp".Error message: the object "document.editorForm.ok" can not found!
IE-only issue. Please test latest nightly, it should work there.
Thanks. I change the code:
<script>
document.write("</applet>");
</script>
to:
</applet>After that, it work sucessly.
--renhai, 21-Sep-2006
Fixed in 2.4.56.
:8080/JSPWiki/Edit.jsp?page=Main