Defect #426
busyplugin issue with dialogue form
Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
02/22/2012
Due date:
% Done:
0%
Estimated time:
Browser (if web client):
Description
Hi,
when I use the busy plugin on a dialogue form it will not work when opacity is 0
when I set it to a very small number it works !!
var params = {
processFunction: getMails,
//message: 'Lengthy process... please wait!',
opacity: 0.00000001,
paneColor: '#FF0000',
textColor: '#000000',
showCancelButton: false,
cancelButtonText: 'Stop!',
dialogName: 'Parent'
};
plugins.busy.block(params);
History
Updated by Patrick Talbot about 13 years ago
- Status changed from New to Closed
In that case, I would say: you've find the workaround yourself :)
Updated by Hans Nieuwenhuis about 13 years ago
In my opinion, a workaround is not a substitute for a Bug fix ;-)
But seriously, I am considering to use the busy plugin in our solution and
I want to make sure that it is reliable.
I am just going to use it to show a busy cursor for actions that take one or a few seconds.
For longer actions, i use a progress bar or a headless client.
Updated by Patrick Talbot about 13 years ago
In that case, it will do, for lack of time and too many other things to do ;-)
Anyway, most probably the 'fix' for this would be to take your 0 value interma;;u and make it a small double just like you do.