Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/HeuristicLab.ExtLibs/HeuristicLab.MathJax/2.7.5/HeuristicLab.MathJax-2.7.5/MathJax.zip @ 17180

Last change on this file since 17180 was 16343, checked in by gkronber, 5 years ago

#2964: edited MathMenu.js in MathJax.zip and commented out code which caused problems:

if (MENU.msieFixedPositionBug) {
MSIE can't do fixed position, so use a full-sized background
and an onresize handler to update it (stupid, but necessary)
div.width = div.height = 0; this.Resize();
attachEvent("onresize",this.Resize);
} else {

otherwise, use a fixed position DIV to cover the viewport
bg.style.position = "fixed";

}

...

/* if (this.msieFixedPositionBug) {detachEvent("onresize",MENU.Resize)} */

  • Property svn:mime-type set to application/octet-stream
File size: 5.7 MB

HTML preview not available, since the file size exceeds 262144 bytes. Try downloading the file instead.

Note: See TracBrowser for help on using the repository browser.