I have a test case of something that works in every browser except for
IE (testing with IE6-9, but I've seen it work with 9 before) when
using Prototype 1.7. We tried upgrading to 1.7 this week and it broke
some of our sites because I've used this often in the past with
Prototype 1.6 (thus, we had to go back to 1.6). I don't like assign
IDs to every form element when you can get them by their name. Is this
a bug or something I'm doing wrong?

http://www.eblah.com/justin/breakable.html

You should get two alert popups. One should say object (it's the form
element) and the other should show:

function () {
    var a = update([this], arguments);
    return __method.apply(null, a);
}

In IE you'll get the first popup, but the second one will be
"undefined". It's like Prototype isn't completely extending the DOM as
it used to in Prototype 1.6.

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to