[solved] Popup visible after scroll icefaces issue

Icefaces popup visible after scroll Issed:

Cause:
If you have given
[plain]
autoCentre = "true";
[/plain]
Then you may face this issue. Just change that to false.

you can fix the issue by giving the autocentre value false like below,
[plain]
autoCentre="false"
[/plain]

Thanks for Reading this post….!!!

Leave a Reply