[Gambas-user] Issue 298 in gambas: gtk+ ColumnView does not accept multi-select (qt4 does)
gambas at ...2524...
gambas at ...2524...
Mon Aug 6 16:19:40 CEST 2012
Status: New
Owner: ----
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 298 by ron.mcin... at ...626...: gtk+ ColumnView does not accept
multi-select (qt4 does)
http://code.google.com/p/gambas/issues/detail?id=298
1) Describe the problem.
If you have a ColumnView with the Mode set to Multi then using Ctrl-Click
or Shift-Click does not allow selection of multiple items when using gtk+
(Ctrl-A does select all items). When changing the project to qt4 it does
work. I did a little further investigation and found that the GridView
control does NOT have the same problem.
2) GIVE THE FOLLOWING INFORMATIONS (if they are appropriate):
Version: 3.2.1 (also seen in 3.1.*)
Operating system: Linux
Distribution: Mint (Debian version)
Architecture: x86
GUI component: GTK+ (dpkg reports version 2.24.10-1)
Desktop used: Gnome
3) Provide a little project that reproduces the bug or the crash.
Attached (Project should start with GTK+ selected).
4) If your project needs a database, try to provide it, or part of it.
n/a
5) Explain clearly how to reproduce the bug or the crash.
1. Run project. Attempt to use Ctrl-Click on columnview (only single select
will occur). Using Ctrl-Click on gridview will successfully select multiple
items.
2. Stop run change from GTK+ to QT4.
3. Run again and both columnview and gridview allow multi-select.
Thanks in advance.
Ron
Attachments:
DemoError.tar.gz 6.0 KB
More information about the User
mailing list