Author: nbelaevski
Date: 2008-09-03 09:35:19 -0400 (Wed, 03 Sep 2008)
New Revision: 10293
Modified:
trunk/ui/hotKey/src/main/resources/org/richfaces/renderkit/html/scripts/jquery.hotkeys.js
Log:
https://jira.jboss.org/jira/browse/RF-4382
Modified:
trunk/ui/hotKey/src/main/resources/org/richfaces/renderkit/html/scripts/jquery.hotkeys.js
===================================================================
---
trunk/ui/hotKey/src/main/resources/org/richfaces/renderkit/html/scripts/jquery.hotkeys.js 2008-09-03
13:03:03 UTC (rev 10292)
+++
trunk/ui/hotKey/src/main/resources/org/richfaces/renderkit/html/scripts/jquery.hotkeys.js 2008-09-03
13:35:19 UTC (rev 10293)
@@ -90,13 +90,13 @@
return;
}
} else {
- if ('inputs' == types) {
+ if ('texts' == types) {
return;
}
}
}
} else if (target.is("textarea")) {
- if ('inputs' == types || 'all' == types) {
+ if ('texts' == types || 'all' == types) {
return;
}
} else if (target.is("button")) {