Displaying 1 result from an estimated 1 matches for "post_view".
Did you mean:
list_view
2006 Apr 29
0
Trouble with firefox and AJAX
...', the form (i.e. the
"cancel" link) is inserted as expected; when I then click on ''cancel'',
Safari and IE seem to work fine, while Firefox pops up the ''before''
and ''after'' messages, and then nothing. The server logs show that the
post_view request is received and processed, so I''m stumped as to why
this fails. Any ideas?
Cheers,
Andrew
==== forum_controller.rb ====
class ForumController < ApplicationController
def viewtopic
topic_id = params[:id].to_i
begin
@topic = Topic.find(topic_id...