dgoo2308 / transmisson-remote-gui

Automatically exported from code.google.com/p/transmisson-remote-gui
GNU General Public License v2.0
0 stars 0 forks source link

Выделение в списке файлов не переходит на строку (файл) по клику правой кнопкой мыши / Right-click doesn't change selection in filelist #638

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1) Открыть список файлов,
2) выделить один из файлов,
3) попытаться вызвать контекстное меню на 
другом файле (нажать правой кнопкой мыши).

Вместо того, чтобы увидеть контекстное 
меню файла, на который ты только что 
кликнул, открывается контекстное меню 
предыдущего файла, выделение не переходит.

Версия программы: 4.1.
Версия GTK2: 2.24.10.

В консоли сразу после запуска появляются 
такие строчки:
(transgui:4656): Gtk-CRITICAL **: IA__gtk_widget_realize: assertion 
`GTK_WIDGET_ANCHORED (widget) || GTK_IS_INVISIBLE (widget)' failed (сразу 
после запуска, всегда по 4 раза)

(transgui:4656): Gdk-WARNING **: Attempt to draw a drawable with depth 24 to a 
drawable with depth 32 (повторяется при каждом вызове 
контекстного меню в списке файлов)

In English, briefly:
When a file (line) is selected in the filelist, right-click on another file 
doesn't move selection to that file, but opens a context menu for previously 
selected file. Therefore, for example, to change priority of a specified file, 
you have to left-click on that file and only then open a context menu. GTK and 
transGUI versions are stated above.

Original issue reported on code.google.com by fai...@gmail.com on 5 Feb 2013 at 10:12

GoogleCodeExporter commented 9 years ago
добавление: после смены темы Gtk с oxygen на 
другие (Adwaita, Clearlooks) указанная первой ошибка 
все так же появляется 4 раза, а вот второй 
уже нет. Но основная проблема остается.
addition: changing the Gtk theme from oxygen into Adwaita or Clearlooks (and 
probably any other theme) makes "Gdk-warning" disappear, but the main problem 
remains.

Original comment by fai...@gmail.com on 5 Feb 2013 at 10:28

GoogleCodeExporter commented 9 years ago
This is Lazarus issue. And it seems to be fixed in v1.0. Linux binaries for the 
next transgui release will be compiled with Lazarus 1.0 and the issue will not 
be present.

Original comment by j...@cp-lab.com on 18 Oct 2013 at 11:27