From: dpvc v. a. <we...@ma...> - 2005-08-25 00:34:05
|
Log Message: ----------- In order to overcome an MSIE bug that affects jsMath, the call is changed from jsMath.ProcessBeforeShowing() to jsMath.wwProcess(), which is added by the jsMath-ww.js file. (This routine uses an onload handler for MSIE to put off the processing until MSIE can handle it properly, but allows all others to do it at the usual time.) Modified Files: -------------- pg/macros: PG.pl Revision Data ------------- Index: PG.pl =================================================================== RCS file: /webwork/cvs/system/pg/macros/PG.pl,v retrieving revision 1.25 retrieving revision 1.26 diff -Lmacros/PG.pl -Lmacros/PG.pl -u -r1.25 -r1.26 --- macros/PG.pl +++ macros/PG.pl @@ -516,7 +516,7 @@ # return results }; - $STRINGforOUTPUT .= '<SCRIPT> jsMath.ProcessBeforeShowing() </SCRIPT>' + $STRINGforOUTPUT .= '<SCRIPT> jsMath.wwProcess() </SCRIPT>' if ($main::envir{displayMode} eq 'HTML_jsMath'); if ($main::envir{displayMode} eq 'HTML_asciimath') { |