View Issue Details

IDProjectCategoryView StatusLast Update
0005235JEDI VCL00 JVCL Componentspublic2011-06-10 16:10
ReporterThorAssigned ToAHUser 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionDaily / GIT 
Target VersionFixed in Version3.40 
Summary0005235: TjvDbComboBox disappear in runtime when autosize is true
DescriptionI've just noticed that in my program, some field using TjvDbComboBox are
missing in runtime. In design time it's all ok, there is the component with
datasource set / datafield set / items set / values set / enabled=True / enableValues = True / visible = True
but in runtime when i open the form, this DbComboBox is missing !
After some researching i've found that the problem is the autosize property.
If it's set to true the DbComboBox is going "invisible" ;-)
I've solved setting the autosize to false so i set the "severity" to "minor" for this bug
TagsNo tags attached.

Activities

obones

2010-06-07 13:50

administrator   ~0017453

Could you please provide the zipped sources of a sample application showing this?

2010-06-07 16:54

 

testDBComboBox.zip (573,766 bytes)

Thor

2010-06-07 16:54

reporter   ~0017466

here what you have requested ...

AHUser

2010-06-07 17:42

developer   ~0017468

Fixed by removing the AutoSize property in SVN revision 12796.
It was never meant to be published. TComboBox doesn't support AutoSize and TJvCustomComboBox/TJvDBCustomComboBox do not implement anything new here.

The AutoSize property was (accidentally) added in SVN revision 10699.

Issue History

Date Modified Username Field Change
2010-05-11 11:13 Thor New Issue
2010-06-07 13:50 obones Note Added: 0017453
2010-06-07 13:50 obones Status new => feedback
2010-06-07 16:54 Thor File Added: testDBComboBox.zip
2010-06-07 16:54 Thor Note Added: 0017466
2010-06-07 17:42 AHUser Note Added: 0017468
2010-06-07 17:42 AHUser Status feedback => resolved
2010-06-07 17:42 AHUser Fixed in Version => Daily / SVN
2010-06-07 17:42 AHUser Resolution open => fixed
2010-06-07 17:42 AHUser Assigned To => AHUser
2011-06-10 16:10 obones Fixed in Version Daily / SVN => 3.40