Problems with Ajax & Internet Explorer(submit_to_remote_tag)

hello, i have the following code:


<%= form_remote_tag(:url => {:action =>
‘ajax_add_keyword’},#‘check_update’, :id => @product},
:update => ‘Formular’)
%>


<%= text_field(‘keyword’,‘name’) %>
<%= submit_to_remote ‘button_keynew’,‘Neu’,{
:url => {:action => ‘ajax_add_keyword’, :id => @product},
:update => ‘Formular’,
:loading => “new Effect.Fade(‘keywordliste’)”,
:complete => “$(‘keywordliste’).style.display=‘none’; new
Effect.Appear(‘keywordliste’)”
} %>

...

the loading-event starts correctly. Also the :action in rails was worked
through completly. But afterwards the DIV in IE wasn’t updated !!!
Only in IE it doesn’t work. Firefox and Safari is ok. Debugging in IE is
turned on.

I would be very very very greateful if you could help me.
Thank you, john

i experience the same thing and dont know what is going on, too

2006/9/15, John [email protected]:

Effect.Appear('keywordliste')" turned on.

I would be very very very greateful if you could help me.
Thank you, john


Posted via http://www.ruby-forum.com/.


Michael S. [email protected]

www.siebert-wd.de - Gedanken lesen
www.stellar-legends.de - Weltraum-Browsergame im Alpha-Stadium

I had the same with remote_function and radio buttons.
It worked perfectly with FF but not with IE.
In case of IE I had to click the mouse button
and only then it updates.

I changed radio buttons to combo box and remote_function to
event based observe_field and everything works just perfect
in IE and FF.

All the Best!
Sergey.