hjohnson12 / Kanban-Tasker

A simple personal kanban board for Windows 10 Universal Windows Platform (UWP) to manage tasks and create a simple and easy workflow for each board
Other
269 stars 45 forks source link

Column Collapse sometimes does not work #3

Closed AnchyDev closed 5 years ago

AnchyDev commented 5 years ago

Sometimes when clicking the left arrow < to collapse a column it does nothing and it takes a few clicks, it seems to happen when I click on the arrow itself but works normally when I click around the arrow.

EDIT: I have no issue opening the column, just when collapsing it.

AnchyDev commented 5 years ago

Would it also be possible to save the collapsed state so it stays collapsed after re-opening Kanban Tasker? That would be a nice quality of life feature. :)

hjohnson12 commented 5 years ago

Hi, I'm sorry for the late reply!

So, I am aware of the non collapse of the column when selecting the arrow, that's actually a part of the control I'm using from Syncfusion. I'm able to edit the data template for the custom UI, but I'm not able to do a lot with the back-end such as the code that collapses that column, or the clickable areas because they're not open sourced. I ran into this during development, but the images below show the area around the icon that are clickable (excluding the icon). Typically I just click slightly to the left of the icon and it always works for me :) I hope this can be of some help for the meantime!

image image

Regarding question two, I actually tried this out, but was running into issues where the property wouldn't accept my style bindings when first running the application, which I think is due to a workaround given when the collapse column template wasn't working correctly on collapse. I hadn't reported this back then, but I will let them know and hopefully they can do something! This is actually related to an issue in Kanban Tasker where if you have a column collapsed, and you update a task in another column, sometimes the collapsed column template wants to revert to Syncfusion's built-in one 🙃 If I get any response from them, I'll be sure to fill you in :)

hjohnson12 commented 5 years ago

Hi @Natomix , just want to check-in and see if the information regarding question 1 was helpful for the meantime 🙂 Regarding question two again, a little bit of refactoring is happening at the moment and when that's finished I'll get with Syncfusion on the collapsed column and let you know!