Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P07, EE-4.3.0.GA_P01
-
Fix Version/s: EE-4.3.0.GA_P02, EE-3.3.0.GA_P08
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Any
-
Support Case References:Support Case 14613 - https://icesoft.my.salesforce.com/5000g00002H46wL
Description
In the ace:autoCompleteEntry component pressing backspace on the last character in the text field displays the option list as it was when there was only one character left. When the text field is empty, as a result of deleting characters, the option list should be hidden.
Activity
Arturo Zambrano
created issue -
Arturo Zambrano
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Arturo Zambrano [ artzambrano ] |
Arturo Zambrano
made changes -
Fix Version/s | EE-3.3.0.GA_P08 [ 13293 ] | |
Fix Version/s | EE-4.3.0.GA_P02 [ 13292 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #53225 | Thu May 21 22:37:34 MDT 2020 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/autocompleteentry/autocompleteentry.js
|
Ken Fyten
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
r53225, r53227: added logic to hide the options list and prevent sending a request to the server when deleting the last character in the text field (4.3 trunk and P02 tag)
r53226: committed to the EE 3.3 maintenance branch