RE: Jewel: PopUpView.as exception

2020-01-11 Thread Maria Jose Esteve
original- De: Carlos Rovira Enviado el: jueves, 9 de enero de 2020 13:20 Para: dev@royale.apache.org Asunto: Re: Jewel: PopUpView.as exception Hi Maria Jose, just applied a fix. Thanks for notifying about it! I'll be changing setTimeOut calls for something like requestAnimationFrame at some

Re: Jewel: PopUpView.as exception

2020-01-09 Thread Carlos Rovira
Hi Maria Jose, just applied a fix. Thanks for notifying about it! I'll be changing setTimeOut calls for something like requestAnimationFrame at some time. When I develop this code, I had issues for different browsers. Now that we have more browser control, we can do smarter management and maybe

Jewel: PopUpView.as exception

2020-01-08 Thread Maria Jose Esteve
Hi, In the PopUpView.as class, we use popUpVisible property to change his visibility. To display his content, we use the "setTimeout" function, which executes the prepareForPopUp function after 300 milliseconds: setTimeout(prepareForPopUp, 300); If you show and hide in a short time frame, the