Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P01
-
Fix Version/s: 4.0.BETA, EE-3.3.0.GA_P02, 4.0
-
Component/s: ACE-Components
-
Labels:None
-
Environment:JBoss
-
Salesforce Case Reference:
Description
When pressing the backspace key in the ace:autocompleteEntry input field, the component behaves as expected, the remaining characters will stay in the field. If you remove all the characters, the field remains empty.
However, if you press and hold the backspace key, the field will re-populate with the previous value. The field should have the characters in it that are displayed when you release the backspace key after keeping it held down.
However, if you press and hold the backspace key, the field will re-populate with the previous value. The field should have the characters in it that are displayed when you release the backspace key after keeping it held down.
Activity
Brad Kroeger
created issue -
Brad Kroeger
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Arturo Zambrano [ artzambrano ] |
Brad Kroeger
made changes -
Salesforce Case Reference | 5007000000UaCTLAA3 |
Ken Fyten
made changes -
Fix Version/s | 4.0 [ 10770 ] | |
Fix Version/s | EE-3.3.0.GA_P02 [ 11371 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #38814 | Mon Nov 18 18:08:13 MST 2013 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/AutoCompleteEntryRenderer.java
|
Arturo Zambrano
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #39094 | Tue Dec 03 18:07:05 MST 2013 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/autocompleteentry/autocompleteentry.js
MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/AutoCompleteEntryMeta.java |
Ken Fyten
made changes -
Fix Version/s | 4.0 [ 11382 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
r38814:
Committed fix to 4.0 trunk.
r38815:
Committed fix to 3.3 EE maintenance branch.