https://bugzilla.novell.com/show_bug.cgi?id=460746 Summary: `SelectedItems property does not work for multi- selection enabled YGTable Product: openSUSE 11.1 Version: Final Platform: i386 OS/Version: openSUSE 11.1 Status: NEW Severity: Normal Priority: P5 - None Component: YaST2 AssignedTo: rpmcruz@alunos.dcc.fc.up.pt ReportedBy: kmachalkova@novell.com QAContact: jsrain@novell.com CC: aschnell@novell.com Found By: Development Created an attachment (id=261337) --> (https://bugzilla.novell.com/attachment.cgi?id=261337) Minimalistic test-case Found this in partitioner, but I'm attaching minimalistic test-case from our YCP examples, to nail down the problem. Now the issue itself: `SelectedItems property does not work in table which has selecting of multiple items enabled. This is limited to Gtk UI, Qt and curses are fine. Once the test-case dialog opens, the first two items should be selected (highlighted) - only the second one is. Further, if I highlight all items in the table (by shift-left-click) and click OK, it should be logged that all items indeed were selected: 2008-12-19 15:16:17 <1> pleczka(30203) [YCP] examples/Table6-multiSel.ycp:28 Selected: [1, 2, 3, 4] Instead, it looks as if only the first one was in Gtk: 2008-12-19 15:16:40 <1> pleczka(30223) [YCP] examples/Table6-multiSel.ycp:28 Selected: [1] -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.