OpenNTF.org - fileSendr
fileSendrOpenDocument[/Projects/pmt.nsf/ProjectView?ReadForm&Query=]

My Links (Not logged in)
User Name Password
Hosted by Prominic.NET

   Project: fileSendr (Managed by Declan Lynch)
Actions:

Hide details for The bugThe bug
Bug ID: NOSS-97VA8S
Description
Submitted by:Patrick Kwintensson
Project Master Chef:Declan Lynch
Bug type:
Brief Description:error in busybox js
Severity:
Version0.01
Status:Fixed

Details

dojo.require('dijit.Dialog')
var foo; //you have to declare this global
function busyBoxON() {
   foo = new dijit.DialogUnderlay({dialogId:"waitScreen",'class': 'busyBox'});
   foo.show();
}

function busyBoxOFF(){
    foo.hide(); //otherwise it goes wrong here...
}



Action taken
Status:Fixed
Implemented in Release:V1.0.1
Fix Details:

Thank you for the code fix. this has been implemented in the latest release.


Modification history
Entered 20-Dec-2010 6:03 by Patrick Kwintensson. Last Modified 05-Jan-2011 11:04 by Declan Lynch.

Feedback

(Patrick Kwinten... on 12/20/2010 06:03:41 AM )
Check out other projects