habitica icon indicating copy to clipboard operation
habitica copied to clipboard

Task column help text hidden by tasks

Open Jeewhan opened this issue 2 years ago • 3 comments

Fixes #13542

Changes

Checked whether to show column background when a resize event occurs.

It seems that there was logic to hide the help text when the help text was covered by tasks in the past. I thought the problem was that it was only called the first time.

There are other workarounds, but I think this is the way to solve the problem with the fewest changes to the project. I don't know exactly what the value 150 in setColumnBackgroundVisibility refers to.

If there is something I misunderstood or solved, please feel free to give me feedback.


UUID: 1ba464e6-fd6e-4a4c-be54-b66a8ff5001e

Jeewhan avatar Jun 19 '22 02:06 Jeewhan

This is getting close to what we need, I think!

I am seeing that if the user has no custom Rewards, and pinned Rewards break to two lines, there's plenty of space for the help text but it hides anyway:

image

If we can intelligently add up the height of custom and pinned Rewards, and hide the help text when those together would overlap it, that's going to work out best!

SabreCat avatar Jun 24 '22 21:06 SabreCat

@Jeewhan are you still working on this one? Has the Reward thing got you stumped?

SabreCat avatar Jul 14 '22 19:07 SabreCat

@SabreCat It's still in progress. Recently, I have been so busy with work that I have not been able to proceed quickly. I will upload it soon. Thanks for asking.

Jeewhan avatar Jul 14 '22 23:07 Jeewhan

Closing this for now--if you get a chance to circle back on this, @Jeewhan, feel free to reopen!

SabreCat avatar Aug 26 '22 20:08 SabreCat