madrobby / scriptaculous

script.aculo.us is an open-source JavaScript framework for visual effects and interface behaviours.
http://script.aculo.us/
MIT License
2.32k stars 496 forks source link

inplaceEditor Key Event Handlers #21

Open gregorytmorgan opened 13 years ago

gregorytmorgan commented 13 years ago

v1.8.3

Not sure the key event handling is right. registerListeners() assigns the key listeners to the target container, not the form input element. See my patch below.

-G