View Issue Details

IDProjectCategoryView StatusLast Update
0002920JEDI VCL00 JVCL Componentspublic2005-08-28 09:52
ReporteredboredAssigned Toobones 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.00 
Target VersionFixed in Version3.10 
Summary0002920: JvDualListDialog List Index Out Of Bounds
DescriptionSimple projrct, drop component on form, perform a jvDualListDialog.list1.loadFromFile('somefile'). Then JvDualListDialog.Execute;

When Dialog appears, click on the "empty" list - generates a List Index Out Of Bounds (0) exception.
Additional InformationNote also that when list is longer than can be displayed, the vertical scrollbar does not appear (JvDualListForm.SrcList and DstList.ScrollBar defaults to ssNone.
TagsNo tags attached.

Activities

outchy

2005-05-02 02:28

administrator   ~0007094

This was a bug of TJvListBox, the DragIndex was set to 0 even if the items were empty (Items.Count = 0).
Thanks for reporting this bug.

outchy

2005-05-02 02:29

administrator   ~0007095

I modified JvListBox.pas in the CVS repository.

obones

2005-08-28 09:52

administrator   ~0007881

This is considered to be resolved then.

Issue History

Date Modified Username Field Change
2005-04-28 22:08 edbored New Issue
2005-05-02 02:28 outchy Note Added: 0007094
2005-05-02 02:29 outchy Note Added: 0007095
2005-05-02 02:29 outchy Status new => feedback
2005-08-28 09:52 obones Status feedback => resolved
2005-08-28 09:52 obones Resolution open => fixed
2005-08-28 09:52 obones Assigned To => obones
2005-08-28 09:52 obones Note Added: 0007881