Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #11102 (closed defect: fixed)

Opened 3 months ago

Last modified 5 days ago

[PATCH] [TEST] Element#down on an input element should not raise error

Reported by: humeniuc Assigned to: kangax
Priority: normal Milestone:
Component: Prototype Version:
Severity: normal Keywords:
Cc:

Description

//Prior to 1.6.0.1 
 $('aInput').down('someTag'); return undefined
//after 1.6.0.1
 $('aInput').down('someTag'); raise error

//element.select(expression) has no properties
//http://playground/a/prototype.js
//Line 1736

Attachments

example.zip (28.7 kB) - added by humeniuc on 02/13/08 15:03:47.
example
down_select_patch_test.diff (1.0 kB) - added by kangax on 03/27/08 17:09:41.

Change History

02/13/08 15:03:47 changed by humeniuc

  • attachment example.zip added.

example

03/27/08 17:09:41 changed by kangax

  • attachment down_select_patch_test.diff added.

03/27/08 17:11:02 changed by kangax

  • owner changed from sam to kangax.
  • summary changed from prototype-1.6.0.1 Element.down on an input field raise error to [PATCH] [TEST] Element#down on an input element should not raise error.

05/07/08 19:13:31 changed by jdalton

  • status changed from new to closed.
  • resolution set to fixed.