boinc icon indicating copy to clipboard operation
boinc copied to clipboard

[Manager][linux] Task Status icon on Simple View isn't shown properly

Open AenBleidd opened this issue 3 years ago • 3 comments

image

AenBleidd avatar Jun 14 '22 23:06 AenBleidd

Ok, this linux specific issue and in happens only when there is a task in the list that has a very long name. For some reason, it calculates the start of the string with some 'negative' number, thus making icon and/or text partially or completely hidden. Looks like this is a buggy implementation on the side of wxWidgets but it should be additionally tested.

AenBleidd avatar Jun 23 '22 22:06 AenBleidd

@AenBleidd , are you sure wxWidgets is buggy? I recall that wxWidgets returns a negative number when a string is not read or converted correctly. That depends on the function of course.

Vulpine05 avatar Jun 23 '22 23:06 Vulpine05

@Vulpine05, I meant 'negative' coordinate of the control with text string inside it. Sorry for the confusion :)

AenBleidd avatar Jun 23 '22 23:06 AenBleidd