Hi Mustafa Sak,

Thanks so much for your reply.

I have found this can help me in this case

window.onbeforeunload = function(){
        // instead of using below statement.
        // this.getRoot().getContentElement().setStyle("display", "none",
true);
        // I use this in my case
        window.document.body.style.display = "none";
}.bind(this);

I will give you a specific demo of my case later for reference.

Sincerely thanks,
Trung



--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Qooxdoo-3-0-loading-page-issue-on-Firefox-tp7585024p7585077.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to