TASEmulators / TASEmulators/BizHawk
Don't pause when manually scrolling in TAStudio
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 2.8k
- Forks
- 468
- PR merge metrics
- No merged PRs in 30d
Description
If you drag the scroll-bar, playback pauses while the mouse is still being pressed down on the scrollbar. There's no reason the movie should pause; the inputs are not being changed.
I think this also happen when using the scroll-wheel and Pg-Dn and Pg-Up, but the pause interval is less noticeable because the operation is completed more quickly (basically instantly).
And this is all while Follow Cursor is turned off. If it's turned on, scrolling, would be overridden by the movie playback doing the scrolling, of course.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue in TAStudio with Follow Cursor turned off, using the scrollbar, scroll-wheel, Pg-Dn, and Pg-Up while playback is active. Trace the handlers for these scrolling inputs; done means playback does not pause during manual scrolling, while Follow Cursor behavior remains unchanged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100