What version of IE is that?  I’ve never seen that error with the rc versions of prototype, and I’ve tested in IE 5, 5.5, and 6.0.  I checked my source and it has var Hash = {…}; in it.  And I just loaded a page that uses it in IE without an error.  So, I’m guessing that that is not the issue at all.

 

Greg

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ryan Gahl
Sent: Wednesday, December 14, 2005 2:50 PM
To: rails-spinoffs@lists.rubyonrails.org
Subject: RE: [Rails-spinoffs] RE: Prototype 1.4 bug?

 

Well the prototype readme’s state it’s targeting for IE also.. so this is a bug I think should be fixed.  The next guy might not be able to find the problem as quickly as I did…

 

Changing the var = Hash part to var = $Hash worked… but I’m wondering if it should be something like the following… (correct me if my thinking is wrong here)…

 

if (!Hash.prototype)

            Hash = Class.create();

Object.extend(Hash.prototype, {…insert all the Hash definition stuff here…});

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Zachariassen Krog
Sent: Wednesday, December 14, 2005 3:46 PM
To: rails-spinoffs@lists.rubyonrails.org
Subject: Re: [Rails-spinoffs] RE: Prototype 1.4 bug?

 

I’m guessing most of you are using Firefox though…

 

Yeah!   ...either that or Safari...  :-)

 

The information transmitted in this electronic mail is intended only for the person or entity to which it is addressed and may contain confidential, proprietary, and/or privileged material.  Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all computers.

_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Reply via email to