nitrotasks / nitro

The beautiful way to get things done.
https://nitrotasks.com
GNU Affero General Public License v3.0
518 stars 66 forks source link

Space button both scrolls & selects #312

Open Bujiraso opened 10 years ago

Bujiraso commented 10 years ago

Steps to recreate context: Shrink the window size so a vertical scroll bar appears, select a task and press space Expected function: Space button toggles the task's completion state Actual function: The expected function occurs, but the page also scrolls. Proposed solution: Disable space-scroll when a task is selected.