Icon View Incident Report

Minor Minor
Reported By: Doug Lyman
Reported On: 12/21/2017
For: Version 2.06 Build 11
# 4626 Selected TButtonComboBox Value Changes after a Short Period of Time

If I populate a TButtonComboBox control's Items property with the following values:

''
'Single'
'Married'

when I hit the 'S' key, the 'Single' value is selected, but then reverts to a blank value ('') after a short period of time.


Comments Comments
The issue was in the underlying TListControl class that is used in the TButtonComboBox control (among others), specifically the TListControl.HandleKeyPress method, which was not turning off the search timer after a key was pressed.


Resolution Resolution
Fixed Problem on 12/22/2017 in version 2.06 build 12


Products Affected Products Affected
Elevate Web Builder
Elevate Web Builder Trial

Image