View Issue Details

IDProjectCategoryView StatusLast Update
0006742JEDI VCL00 JVCL Componentspublic2022-03-16 16:37
Reporternosek1969Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status newResolutionopen 
Product Version3.48 
Target VersionFixed in Version 
Summary0006742: TJvDBComboBox: after set sorted to true, connection key<-->value destroyed
DescriptionEnabledValues is true

I have strings
  Items.Strings = (
    'ZZZZZZZZZZZ'
    'XXXXXXXXXXX'
    'YYYYYYYYYYY'
    'RRRRRRRRRRR'
    'BBBBBBBBBBB'
    'AAAAAAAAAAA')

  Values.Strings = (
    '1'
    '2'
    '3'
    '4'
    '5'
    '6')

after set sorted to true connection key<-->value destroyed
Steps To Reproduceset EnabledValue to true
set strings
set value
set Sorted to true
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2022-03-16 16:37 nosek1969 New Issue