Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes to inbox task list cause cursor to return to mouse #65

Closed
mgsloan opened this issue Mar 1, 2019 · 1 comment
Closed

Changes to inbox task list cause cursor to return to mouse #65

mgsloan opened this issue Mar 1, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@mgsloan
Copy link
Owner

mgsloan commented Mar 1, 2019

In the currently released version, if the mouse is over the "today" list, edits to the task list like moving tasks or reprioritizing a task causes the task under the mouse to get selected. I tried to work around this in 16fcaa2 , but unfortunately the results aren't great:

2019-02-28_19 03 25

Note that the cursor rapidly jumps to the mouse's location and then jumps back to the cursor position. Perhaps it's possible to resolve this, but regardless, I think it's better to remove the code which attempts to use the mouse hover drag handle for cursoring. Instead, the blue bar on the left will be used everywhere, similarly as GMail's UI. This should also make it more likely that bugs like #64 will be noticed.

@mgsloan mgsloan added the bug Something isn't working label Mar 1, 2019
@mgsloan
Copy link
Owner Author

mgsloan commented Mar 1, 2019

Will also lead to a nicer resolution of #26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant