google-code-export / gambas

Automatically exported from code.google.com/p/gambas
1 stars 0 forks source link

GTK only: click listbox. listbox.text not current line. #318

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1) Describe the problem.
when clicking on a listbox line for first time, listbox.text does not reflect 
the current line but the first line of the list. GTK only. QT works ok.

2) GIVE THE FOLLOWING INFORMATIONS (if they are appropriate):
[System]
OperatingSystem=Linux
Kernel=3.0.0-12-generic
Architecture=i686
Memory=1802748 kB
DistributionVendor=LinuxMint
DistributionRelease="Linux Mint 12 LXDE"
Desktop=Unknown

[Gambas 3]
Version=3.2.90
Path=/usr/local/bin/gbx3

[Libraries]
Qt4=libQtCore.so.4.7.4
GTK+=libgtk-x11-2.0.so.0.2400.6

Original issue reported on code.google.com by charlesg...@gmail.com on 27 Aug 2012 at 3:51

Attachments:

GoogleCodeExporter commented 9 years ago
I think the problem comes from double-click detection. I.e., if you click 
slowly, the ListBox answers as expected...

Original comment by benoit.m...@gmail.com on 27 Aug 2012 at 6:13

GoogleCodeExporter commented 9 years ago
It should be fixed in revision #5086.

Original comment by benoit.m...@gmail.com on 27 Aug 2012 at 8:10