mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[GH-ISSUE #429] [Bug] Modfiy GIF image colors number #1720
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#1720
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 @vatterspun on GitHub (Jan 13, 2019).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/429
Looks like some kind of weird field entry oddity. Hardly a showstopper but definitely doesn't seem like what you intended.
Setup Win10x64
Defect: Can't edit just shows up as 256.
Other notes: If you type in "111" it shows up as "112" so something's odd with this field.
@NickeManarin commented on GitHub (Jan 13, 2019):
Done. It will available with v2.15.3.
What was happening, exactly? The input was getting processed/validated on time instead of after the focus was lost (and because there's a minimum value of 2). So when typing '1', the value was being changed to '2'.
@vatterspun commented on GitHub (Jan 17, 2019):
Pretty much what you're describing. Since I'm getting the hang of recording stuff in your editor so ... I just detailed out the process with keystrokes below ...