Roo/Element.js
authorEdward <edward@roojs.com>
Wed, 26 Sep 2018 06:01:42 +0000 (14:01 +0800)
committerEdward <edward@roojs.com>
Wed, 26 Sep 2018 06:01:42 +0000 (14:01 +0800)
Roo/Element.js

index 447d972..bfb68d4 100644 (file)
@@ -2148,8 +2148,8 @@ if(opt.anim.isAnimated()){
                 }
                 var mm = this._maskMsg;
                 mm.dom.className = msgCls ? "roo-el-mask-msg " + msgCls : "roo-el-mask-msg";
-                if (mm.dom.firstChild) { // weird IE issue?
-                    mm.dom.firstChild.innerHTML = msg;
+                if (mm.dom.lastChild) { // weird IE issue?
+                    mm.dom.lastChild.innerHTML = msg;
                 }
                 mm.setDisplayed(true);
                 mm.center(this);