Page 1 of 1

Fadeout property

PostPosted: 30 Oct 2015 15:51
by George
Hello!

Can you check fadeout property?
Seems it not work, no difference with "0" value.
FadeIn work as expected.

Re: Fadeout property

PostPosted: 02 Nov 2015 20:08
by George
As temp workaround i used this override for default Block settings:
delphi code
PageContext.AddToOnReady('$.blockUI.defaults.fadeOut = 0;');

I can't confirm that in latest build same problem persists, but i've checked change history, nothing was changed in this component, so issue should be there.

Re: Fadeout property

PostPosted: 13 Nov 2015 18:46
by Alexander Bulei
Hi George,

Sorry for delay!
It's was fixed in 2.8.0.142

Best Regards.

Re: Fadeout property

PostPosted: 13 Nov 2015 19:59
by George
Thanks!