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

Ticket #8839 (closed defect: untested)

Opened 1 year ago

Last modified 6 months ago

observe_field doesn't work when the typed input contains "#"

Reported by: peturrr Assigned to: sam
Priority: normal Milestone: 2.x
Component: Prototype Version: edge
Severity: normal Keywords: observe_field #
Cc:

Description

The observe_field method doesn't work when the typed input contains "#". Using 1.5.0-rc1 Prototype it does work. With 1.5.0 and 1.5.1 it doesn't work.

Somehow the "#" symbol blocks the whole processing of the inputted text. This is quite important since I am processing chords like C# D# etc.

Change History

07/02/07 15:11:20 changed by peturrr

Using firefox 2.0.0.4 on Ubuntu.

07/02/07 15:13:46 changed by peturrr

oops... it's 1.5.0-rc0 where it does work.

01/30/08 03:59:52 changed by Tobie

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

Would you mind adding a failing test case ?

Thanks!