basshelal / Waqti

Android app for a Kanban board time management system similar to Trello
MIT License
35 stars 7 forks source link

Alpha changing of dragging Tasks is buggy #5

Closed basshelal closed 5 years ago

basshelal commented 5 years ago

When dragging a Task across and down, alpha of the card is very unstable and unreliable sometimes

basshelal commented 5 years ago

Sometimes it will have a lower alpha when it shouldn't because we released it, sometimes it will have full alpha while we're dragging it, and sometimes if we drag across fast enough it will change the alpha of other tasks too.

basshelal commented 5 years ago

This is much better now, the alpha is still 1 for a brief second when dragging across because the addition of a new item to the list does that but then like 200 ms later it's back to 0, this is acceptable and as far as I can tell, quite unavoidable. We can make do with it

basshelal commented 5 years ago

This is fixed, there's still another bug that is similar but it's different from this