cancel
Showing results for 
Search instead for 
Did you mean: 

After an action was start in a popup the layer 'Wait...' don't disappear

Former Member
0 Kudos

Hello everybody,

if I start an action from a popup through a button, checkbox ontoggle or what ever,

the code of the action is handled, but then the 'Wait...' layer appear and is never gone. So I have to restart the application!

The error occur also if there is no code in the action.

With the debugger I see, that all program code is processed.

And sometimes I get an JavaScript error but not every time. I empty the temporary internetfiles and cookies but the error is still there.

May someone can help to fix the problem.

regards Christian

Accepted Solutions (1)

Accepted Solutions (1)

former_member758419
Active Participant
0 Kudos

Hi,

Even i faced a similar problem few weeks back. Later i found that the problem was with the Browser.. If ur using Firefox, then try with IE.

Regards,

Sachi

Former Member
0 Kudos

Hi Sachi,

I am still using the IE in version 6.0 with SP2.

regards christian

Former Member
0 Kudos

Hi Christian,

it's possible that code in the View, which open the popup caused the problem.

Even if you are working in a popup the system methods ( i.e. WDDOMODIFYVIEW() )

of these view are processed during calling an action in the popup!

So be careful to change view uielements in the view during a popup

is open.

Hope it helps

regards Maik

Former Member
0 Kudos

Hi Maik,

thank you for answering.

Indeed it was a problem of the caling view. No I'am testing if a popup is open and

when do sth.else.

Thx a lot.

regards Christian

Answers (0)