Menu

#202 Sever regression of TOvcTCComboBoxEdit

Fixed
open
nobody
None
5
2014-07-21
2014-07-21
No

IDE is Delphi XE6 Enterprise.

The changes made in ovctccbx.pas between 5/12 and 7/15 changed the behavior in the tables we use that make the component difficult for users to understand and not behave correctly.

We have a column that has multiple rows of comboboxedits.

Prior behavior:
When putting focus on one, the dropdown arrow is an upside down triangle, column is focused with the focus color, keyboard up/down arrow will cycle through choices and behavior of clicking on the dropdown arrow will bring up the choices to pick.

Current Behavior:
When putting focus on one, the dropdown box drawing looks poor with a small arrow and line beneath. (Symantics on look as this is just a look). Focus color doesn't appear, so not many visual cues to know it's focused. Keyboard control of up/down arrow does not change options. Clicking on drop-down box shows then immediately hides the list - However click and hold of the arrow to show the list then moving mouse down the list will hold the list in view. Change of the option by using the previous method does not appear to trigger an on change - It requires to click the box again to trigger the on change event.

Discussion


Log in to post a comment.