mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-26 07:35:54 +03:00
[GH-ISSUE #1370] [Bug] pre countdown timer even when option is disabled #1010
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#1010
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 @deontic on GitHub (Feb 19, 2025).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/1370
Originally assigned to: @NickeManarin on GitHub.
There is a countdown timer after recording begins even when the relevant option is disabled, only when you record after supplying an arbitrary size by selecting a region on the screen.
To Reproduce
select a region on your screen , and start record
Expected behavior
timer is not expected when not enabled
@pawlos commented on GitHub (Feb 19, 2025):
@deontic are we talking about this option?
It seems to work ok for me? How does the countdown timer shows up with the option being off? Is it on the latest version?
@deontic commented on GitHub (Feb 20, 2025):
Yes, I said when this option is disabled, the countdown timer shows up. This is the latest version. I said it appears only when you select a region on the screen manually:
Recorder:
Timer visible:
Timer option disabled:
Wondering the same)
@pawlos commented on GitHub (Feb 20, 2025):
@deontic I was asking about what exact message you see - the 2nd screenshot. From that I can see that this message is shown in case the recorded area intersects with the recording controls and it does inform that they will be hidden and provide you with the shortcut that does allow you to stop the recording.
The code condition to use the pre recording count down check if the option is on OR the recorded area intersects with the controls (so it's not limited to only the case when the area is selected).
@fz0000 commented on GitHub (Aug 18, 2025):
If so, would it be better to modify the UI like this:
(But it feels a bit out of place on a page full of checkboxes... Any better designs?)