ie. if you have 5 records in the table, the combo-box will display only 4, if you have six records then it will display only 5, and so on. Reproducible: Always Steps to Reproduce: 1. Create combo-box linked to populated table 2. Click on combo-box to display table items for selection 3. Count the number of displayed items Actual Results: The combo-box listing will not show the last record of the linked table. ie. the number of displayed records will be one less than the number of items in the linked table. Expected Results: That all records will be shown. Arrowing down will enable you to select the item which is not displayed, which is in fact displayed as a blank line.
Git commit f05204fde1669ed241ee64d9f5ac278e13a64e25 by Jaroslaw Staniek. Committed on 27/03/2015 at 00:11. Pushed by staniek into branch 'calligra/2.9'. Fix displaying records in data aware combo boxes (there's still work to do: keyboard navigation, better geometry) FIXED-IN:2.9.2 M +4 -4 kexi/widget/tableview/kexicomboboxpopup.cpp http://commits.kde.org/calligra/f05204fde1669ed241ee64d9f5ac278e13a64e25
I hope it's better now in all cases. More work needed as mentioned above.