The pb does not come from getDimensions.
I 've tried to alert all of my element methods in IE doing this :

alert($H( $('elt') ).inspect())

Result :
==> In FF the alert show me all prototypejs Element.methods
==> In IE the alert show me only native javascript attributes and
methods

Element seems have no prototypejs methods. Maybe the
Element.addMethods bugs ???



On 10 juil, 16:57, kangax <[EMAIL PROTECTED]> wrote:
> There were some changes to #getDimensions in recent commits. Could you
> check if trunk version works properly?
>
> -- kangax
>
> On Jul 10, 10:46 am, rachid <[EMAIL PROTECTED]> wrote:
>
> > I have the same pb with getDimensions() :
> > Example :
>
> > $('elt').getDimensions()
>
> > It works in FF but in IE : "Object doesn't support this property or
> > method";
>
> > Finally i used native clientWidth and clientHeight :( :( :(
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to rubyonrails-spinoffs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to