mgsloan / todoist-shortcuts

Browser extension which adds comprehensive keyboard shortcuts to Todoist, beyond what is offered by Todoist itself
MIT License
314 stars 22 forks source link

Task scheduler is broken in Beta #149

Closed ismig closed 4 years ago

ismig commented 4 years ago

Found this in beta version 7184. The t/T keys don't work anymore. Here's the stacktrace:

scheduler

mgsloan commented 4 years ago

Ah, curious, thanks for reporting! Looks like sending a mouseenter event to the task is no longer causing it to lazily populate the action buttons. I haven't been able to figure out what event to send to the task, so have emailed Todoist developers about it.

mgsloan commented 4 years ago

Looks like this landed on main todoist. The suggestion from a Todoist developer was to send a mouseover event, and indeed once I sent one of those with some options set, it worked!

Fixed in version 99