Fix loading graphic positioning on IE8
authorMichael M Slusarz <slusarz@curecanti.org>
Sun, 11 Oct 2009 21:53:00 +0000 (15:53 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Sun, 11 Oct 2009 21:53:00 +0000 (15:53 -0600)
imp/js/DimpBase.js

index 1426882..419e0b0 100644 (file)
@@ -2505,7 +2505,7 @@ var DimpBase = {
         var c;
 
         if (show) {
-            $(id + 'Loading').clonePosition(id == 'viewport' ? 'msgList' : 'splitBar', { setHeight: false, setWidth: false }).show();
+            $(id + 'Loading').clonePosition(id == 'viewport' ? 'msgList' : 'splitBar', { setLeft: false, setTop: true, setHeight: false, setWidth: false }).show();
             c = 'progress';
         } else {
             Effect.Fade(id + 'Loading', { duration: 0.2 });