Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.2
-
Fix Version/s: EE-3.2.0.GA, 3.3
-
Component/s: ACE-Components
-
Labels:None
-
Environment:All
-
Assignee Priority:P1
-
Salesforce Case Reference:
-
Affects:Documentation (User Guide, Ref. Guide, etc.)
Description
Feature Request: A customer would like the ability to fire an ace:ajax listener for each key press, up, or down key stroke.
Activity
Field | Original Value | New Value |
---|---|---|
Salesforce Case Reference | 5007000000PYLtcAAH |
Summary | ace:maskedEntry - Add a key press/up/down client event | ace:maskedEntry - Add a onKeypress client event |
Fix Version/s | 3.3 [ 10370 ] |
Assignee | yip.ng [ yip.ng ] | |
Fix Version/s | EE-3.2.0.GA [ 10332 ] | |
Assignee Priority | P1 [ 10010 ] |
Attachment | screenshot-01.png [ 15331 ] |
Attachment | screenshot-02.png [ 15332 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #33046 | Fri Jan 11 17:37:56 MST 2013 | yip.ng | |
Files Changed | ||||
![]() ![]() ![]() ![]() ![]() |
Attachment | screenshot-03.png [ 15338 ] | |
Attachment | screenshot-04.png [ 15339 ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #33055 | Mon Jan 14 13:19:56 MST 2013 | art.zambrano | |
Files Changed | ||||
![]() |
Affects | Documentation (User Guide, Ref. Guide, etc.) [ 10003 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
For some of the intricacies of the keypress event, read these:
http://lists.webkit.org/pipermail/webkit-dev/2007-December/002992.html
http://help.dottoro.com/ljlwfxum.php
http://www.quirksmode.org/dom/events/keys.html
http://msdn.microsoft.com/en-us/library/ie/ms536939%28v=vs.85%29.aspx
https://developer.mozilla.org/en-US/docs/DOM/event.keyCode
Will use jQuery keypress event and listener which hopefully are cross-browser enough.
(The third-party Masked Input Plugin is already using the jQuery keypress event to do a lot of other things.)