Hello everyone,

I have some strange problems with my IE 7 or 8:

My ctp Template looks like this: http://bin.cakephp.org/view/1170637606
So in the Browser it looks like this: http://pastie.org/229070
(ok, the text inside the div is different, but i think that doesn't
count)

When the request-URL is a CakePHP page this happens:

What happens in a normal Browser:
1. make the ajax request
2. show the LoadingDiv
3. When the request is complete
3.1. hide the LoadingDiv
3.2. show the response

What happens in the IE:
1. make the ajax request
2. show the LoadingDiv
3. When the request is complete
3.1. hide the LoadingDiv
3.2. do nothing else


When the Request-URL is just some html file the code works also in the
IE (except that the LoadingDiv will not hide).

So I'm totally confused what here goeas wrong. Maybe something with
JSON. Maybe something other. I don't know.

Can someone tell me what I'm doing wrong, or that this is a Bug that I
should post in Trac?


Many Thanks in Advance
 Hermann Wacker


P.S. What I'm trying to do is to load a action from a different
controller via ajax. I could do this with a iframe, but i hate frames
in general.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to