PMExt.Notify() function was fixed to show without alter the current view

This commit is contained in:
Erik Amaru Ortiz
2011-02-08 17:01:00 +00:00
parent 4f08b2468d
commit b74a4fc19f

View File

@@ -82,7 +82,7 @@ Ext.msgBoxSlider = function(){
return { return {
msg : function(title, format) { msg : function(title, format) {
if( ! msgCt ) { if( ! msgCt ) {
msgCt = Ext.DomHelper.insertFirst(document.body, {id:'msg-div'}, true); msgCt = Ext.DomHelper.insertFirst(document.body, {id:'msg-div', style:'position:absolute'}, true);
} }
msgCt.alignTo(document, 't-t'); msgCt.alignTo(document, 't-t');
var s = String.format.apply(String, Array.prototype.slice.call(arguments, 1)); var s = String.format.apply(String, Array.prototype.slice.call(arguments, 1));