Author: konstantin.mishin
Date: 2008-03-19 13:09:28 -0400 (Wed, 19 Mar 2008)
New Revision: 6969
Modified:
trunk/ui/scrollableDataTable/src/main/javascript/ClientUI/controls/grid/Selection.js
Log:
RF-1877
Modified:
trunk/ui/scrollableDataTable/src/main/javascript/ClientUI/controls/grid/Selection.js
===================================================================
---
trunk/ui/scrollableDataTable/src/main/javascript/ClientUI/controls/grid/Selection.js 2008-03-19
17:06:09 UTC (rev 6968)
+++
trunk/ui/scrollableDataTable/src/main/javascript/ClientUI/controls/grid/Selection.js 2008-03-19
17:09:28 UTC (rev 6969)
@@ -213,11 +213,11 @@
this.restoreState();
this.setListeners();
this.eventKeyPress = this.processKeyDown.bindAsEventListener(this);
- Event.observe(document, "keypress", this.eventKeyPress);
+ Event.observe(document, "keydown", this.eventKeyPress);
A4J.AJAX.AddListener({
onafterajax: function(req, event, data) {
if(!$(this.prefix + ":n")) {
- Event.stopObserving(document, "keypress", this.eventKeyPress);
+ Event.stopObserving(document, "keydown", this.eventKeyPress);
}
}.bind(this)
});
Show replies by date