#65

Solving

Edge: Javascript Errors

Reported by banabas on Ajax Scaffold · 22/01/2007 13:48:20

Assigned to:
rrwhite
Priority:
Normal
Status:
Solving
Category:
None
Version:
None

I ve created a simple database table:
create_table :rassen, :force => true do |t|
t.column :hit_code_nr, :integer, :null => false
t.column :hit_code, :string, :null => false, :limit => 6
t.column :name, :string, :null => false, :limit => 100
t.column :created_at, :timestamp, :null => false, :default => Time.now.to_s(:db)
t.column :updated_at, :timestamp, :null => false, :default => Time.now.to_s(:db)
t.column :lock_version, :integer, :null => false, :default => 0
end
and a fixture to add some records

just a very basic controller… and added the ajaxscaffold plugin

When I open IE 6, I receive a JS error: Rico.Corner is null or no object. In addition I cannot use the paginator… when I click on the second page IE pops up a message window asking me if I would like to save the file.

When I open Firefox 2 I receive even more JS errors: object extend is not a function,….. However, he does not ask me to save a file if I try to switch to another page, but I cannot get to another page either

my system:
Windows XP
Rails 1.2
paginator 1.0.8
and one further plugin: l10n-simplified-0.7.1

Attachments Upload

No attachment has been uploaded, yet.


Loading comments...