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

Ticket #10107 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

some keypress events don't work in IE6/7

Reported by: Zman771 Assigned to: core
Priority: high Milestone: 2.x
Component: ActiveRecord Version: edge
Severity: major Keywords:
Cc:

Description

I'm using Prototype 1.6 I added the following code to my page:

Event.observe(document, "keypress",

function(event) {

alert(event.keyCode);

});

I get an alert for most keys. However, for the arrow keys and backspace I do not get an alert (IE 6/7). It does work in Firefox.

Change History

11/08/07 16:36:58 changed by madrobby

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

(In [8117]) script.aculo.us: Fix a regression with autocompleters not responding correctly to cursor keys on both Safari and IE. Closes #10107.