Sunflower icon indicating copy to clipboard operation
Sunflower copied to clipboard

Tree expander does not working using the mouse

Open tmrd2513 opened this issue 9 years ago • 8 comments

Clicking on the tree expander with the mouse does not work. Every column shows '0'. Using the keyboard does work.

strace output:

/usr/share/sunflower/application/gui/main_window.py:1895: GtkWarning: Don't know color `0' gtk.main() Traceback (most recent call last): File "/usr/share/sunflower/application/widgets/emblems_renderer.py", line 59, in do_render if not self.is_link and (self.emblems is None or len(self.emblems) == 0): TypeError: object of type 'int' has no len() Traceback (most recent call last): File "/usr/share/sunflower/application/widgets/emblems_renderer.py", line 59, in do_render if not self.is_link and (self.emblems is None or len(self.emblems) == 0): TypeError: object of type 'int' has no len()

tmrd2513 avatar Feb 05 '16 19:02 tmrd2513

This is strange. Can you please provide version on which this is happening?

MeanEYE avatar Feb 06 '16 02:02 MeanEYE

Sorry, i forgot this. It's in the newest release 0.3 (61).

tmrd2513 avatar Feb 06 '16 10:02 tmrd2513

Okay, thanks. I'll check.

MeanEYE avatar Feb 06 '16 13:02 MeanEYE

Also seeing this with 0.3 (61) on Ubuntu Gnome 16.04 - in my case even the keyboard doesn't work, all I see is 0.

adrinux avatar Jul 12 '16 12:07 adrinux

Thanks for feedback.

MeanEYE avatar Jul 12 '16 12:07 MeanEYE

Same issue. 0.3 (61) on Arch Linux. Keyboard works fine but using mouse shows just 0.

rhssk avatar Nov 05 '16 11:11 rhssk

@MeanEYE Cannot reproduce issue. Clicking on tree expander with mouse works without errors in develop branch.

joshas avatar Aug 02 '19 12:08 joshas

It probably has to do with the code that got removed during transition. I'll leave it open in case it reappears.

MeanEYE avatar Aug 04 '19 11:08 MeanEYE