[GH-ISSUE #429] [Bug] Modfiy GIF image colors number #353

Closed
opened 2026-02-26 09:31:07 +03:00 by kerem · 2 comments
Owner

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

  1. Create a GIF (doesn't matter what)
  2. Click Encoder - 2.0
  3. In the Gif Options fold-down from the colors box, select the numbers and type "128"

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.

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 1. Create a GIF (doesn't matter what) 2. Click Encoder - 2.0 3. In the Gif Options fold-down from the colors box, select the numbers and type "128" **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.
kerem closed this issue 2026-02-26 09:31:07 +03:00
Author
Owner

@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'.

<!-- gh-comment-id:453858306 --> @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'.
Author
Owner

@vatterspun commented on GitHub (Jan 17, 2019):

What was happening exactly?

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 ...


a19

<!-- gh-comment-id:455028052 --> @vatterspun commented on GitHub (Jan 17, 2019): > What was happening exactly? 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 ... --- ![a19](https://user-images.githubusercontent.com/1289134/51293389-56b56380-19d4-11e9-9105-607530312205.gif)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ScreenToGif#353
No description provided.