os-fpga/FOEDAG

While manually resizing Task column in task view, button doesn't keep up

TarasSydor opened this issue · 5 comments

Describe the bug
By default, all the columns are sized according to their content.
Task column allows manual resizing. While holding the mouse, text gets truncated according to the current width, but the
button remains stable till the user releases the button:

image

Status column doesn't have this problem because it has fixed width. Stats can also be resized, but doesn't have such button.
So it's just Task column.

The main question here: should we allow to shrink the Task columns so that text doesn't fit?
The issue is present regardless of the answer, as enlarging the column has the same effect - button remains stable till releasing the mouse.
So unless we disable Task column resizing at all, the layout problem has to be fixed.

@TarasSydor you had made some progress on this issue a week or so ago. Is it ready for a PR ?