Index: jsmath/web/jsMath-controls.html =================================================================== RCS file: /usr/local/cvsroot/jsmath/web/jsMath-controls.html,v diff -u -r1.1 -r1.2 --- jsmath/web/jsMath-controls.html 11 Sep 2006 05:42:03 -0000 1.1 +++ jsmath/web/jsMath-controls.html 22 Jun 2007 07:31:21 -0000 1.2 @@ -9,7 +9,7 @@ | | --------------------------------------------------------------------- | - | Copyright 2004-2006 by Davide P. Cervone + | Copyright 2004-2007 by Davide P. Cervone | | Licensed under the Apache License, Version 2.0 (the "License"); | you may not use this file except in compliance with the License. @@ -41,7 +41,7 @@ // if (pageDomain.match(/\..*\./) && (navigator.appName != 'Microsoft Internet Explorer' || - navigator.platform != 'MacPPC' || !navigator.userProfile || !document.all)) { + !navigator.platform.match(/Mac/) || !navigator.userProfile || !document.all)) { try { document.domain = pageDomain.replace(/^[^.]*\./,''); showWarning = 0; @@ -128,6 +128,12 @@ this.panel.style.display = "block"; this.openMain = 0; + + if (jsMath.Browser.msieMoveButtonHack) { + this.panel.style.left = "0px"; + this.panel.style.top = "0px"; + jsMath.Controls.MoveButton(); + } }, Options: function () { @@ -178,6 +184,12 @@ } this.panel.style.display = "block"; + + if (jsMath.Browser.msieMoveButtonHack) { + this.panel.style.left = "0px"; + this.panel.style.top = "0px"; + jsMath.Controls.MoveButton(); + } }, GetPanel: function (name) { @@ -252,14 +264,15 @@
• Quick Start |
• Missing Fonts |
• Printing Issues |
• Home Page |
• Documentation |
• Download Fonts |
• User Community |
• Known Bugs |
• Report a Bug |
• Report a Bug |
• License |