mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[GH-ISSUE #87] Pressing Enter to save doesn't take introduced name in consideration #73
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#73
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 @duarteframos on GitHub (Feb 16, 2017).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/87
When saving a GIF file from the editor with
Ctrl+S, pressing enter so save in the dialog doesn't take the newly typed name into consideration, it always saves with the last used file name instead.Say I saved a file named GIF1.gif previously, that name will show up in the name text box as the last used file name, if I type GIF2.gif and press enter to save it will still save as GIF1.gif, unintentionally overwriting the previous file if it still there leading to potentially data loss. If I save as GIF3.gif next and press enter it will save GIF2.gif instead.
Pressing Save the button with a mouse click works as expected.
@NickeManarin commented on GitHub (Feb 18, 2017):
Fixed. I got the same issue and was able to fix it, or at least I'm not able to reproduce anymore.
@duarteframos commented on GitHub (Feb 19, 2017):
Thanks for the fix :)