So I ran into an interesting problem last night. I looked through the prototype code but was unable to find the changes which result in the automatic binding of event observers to the element which fired the event. Is it expected that "this" will refer to an extended element in an event observing function? In IE it seems like some, but not all, of the element extensions were available. Specifically, I could use DOM walking functions, but when I tried to use the readAttribute() function, I had to use $(this).readAttribute() to avoid IE throwing an error. Anyone else seen anything like this? - Dash - --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---