mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-26 07:35:54 +03:00
[GH-ISSUE #971] Can't cancel frames processing right after capturing a gif #741
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#741
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DmitriyYukhanov on GitHub (Aug 12, 2021).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/971
Originally assigned to: @pawlos on GitHub.
Hey there!
Sometimes I would like to cancel recorded frames processing which happens right after capture. I see red cross icon, press it but it still keeps processing and cancels only when processing is finished.
I'm using version 2.33.1
@pawlos commented on GitHub (Aug 12, 2021):
I'll have a look at this
@pawlos commented on GitHub (Aug 14, 2021):
What I could find that was not working was that the first processing action didn't update the UI (so no progress - fixed that) but it was correctly responding to the cancel. What was not working correctly was in the automated tasks (mouse click, key stokes, etc.) and I've added a check to stop them when the request was made.