PDA

View Full Version : Registration page wants to close every time when warning message pop-up



PGGO
June 3, 2012, 01:15 AM
This bug appears in Internet Explorer 9.
Sign-up page wants to close every time you type anything in the registration fields, and after the warning message pop up.

Please refer to the snap shot.

Chris Brown
June 3, 2012, 09:34 AM
I just tried this on mine in ie9 and i found that when i tried to click the 'x' on the flynax warning it then brought up the IE pop up saying 'do you want to close the window'

Seems to be an issue with the flynax warning pop up actually going away.

Viktor
June 4, 2012, 10:32 AM
Hello Petnax and Chris,

You can fix it manually in ftp >> templates >> your_template >> js >> lib.js at line ~ 1191
find line:

printMessageTimer = setTimeout('close()', 30000);

and replace to:


printMessageTimer = setTimeout('closeMessage()', 30000);

Also the same at line ~1215 and ~ 1222

then at line 1227 find code:


close();

and replace to:

closeMessage();

Then find code at line ~ 1237

this.close = function(){

and replace to:

this.closeMessage = function(){

After apply this code give me about results please.

PGGO
June 4, 2012, 05:35 PM
Hi Viktor,

The auto pop up window issue was fixed, and everything works fine right now.
However, your solution has a different impact on 2 of my websites:
Website #1 is working without any problems now (no issue detected).
Website #2 is still have the issue, but only when you manually trying to close Red Message Box (see snap shot above).

Viktor
June 7, 2012, 04:22 AM
Hello Petnax,

I have checked both your sites in IE8 and in IE9 and 'close messages' icon works good for me.
Would you please check it again and if you will find this error create new ticket please and we will solve it ASAP.

John
July 25, 2012, 10:54 AM
Hi there,
This bug has been fixed in Flynax 4.1 version, please wait for update patch.

John