#69 ✓resolved
larry.karnowski (at gmail)

Prototype's "down" method is unavailable

Reported by larry.karnowski (at gmail) | May 22nd, 2009 @ 05:14 AM | in 1.0 Release

A Blue Ridge user reported an issue when using Prototype's "Element.down()" method. http://github.com/relevance/blue-ridge/issues#issue/6

I've added a failing "down method" test to the test/unit/prototypecompat.js file. When it passes, this ticket is closed. Here's the test snippet that crashes:

test("down method", function(){
expect(1);
ok($('main').down('#foo') != undefined, "$('main').down('#foo') successfully found an element"); });

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

a javascript browser environment

Pages