mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 07:05:54 +03:00
[GH-ISSUE #930] [Bug] Focus dialog after using a shortcut to stop recording #716
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#716
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 @wenfangdu on GitHub (Jul 4, 2021).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/930
Currently, when using a shortcut to stop recording, the "Discard Project" dialog won't be focused, although the "No" button seems to be focused, in fact, it's not, therefore using arrow keys to switch option is not available:
Meanwhile, clicking the "stop recording" button will focus the "Discard Project" dialog:
For accessibility, it'd be great to unify this behavior and to generalize this issue, all dialogs might be checked.
@NickeManarin commented on GitHub (Jul 4, 2021):
Thanks.
Looks like something is stealing the focus when the dialog is opening (or perhaps the dialog needs a force focus to activate properly).
@pawlos commented on GitHub (Jul 7, 2021):
@NickeManarin If you haven't started working on this, I can have a look at this one.
@pawlos commented on GitHub (Jul 9, 2021):
It looks like the issue is that the Window is shown but not Activated. When done the same by mouse click - activates it. Did some initial testing and calling Activate not always works. What works is showing the editor before showing the dialog. I'll test this solution more to see if there aren't any unwanted behavior.
@wenfangdu commented on GitHub (Jul 26, 2021):
@NickeManarin @pawlos Just tried v2.33.1, still reproducible, could you please consider reopening this issue?
@pawlos commented on GitHub (Jul 26, 2021):
I can't but @NickeManarin can reopen.
@NickeManarin commented on GitHub (Jul 26, 2021):
It's working normally for me.
Pressing F8 to stop the recording still gives the focus to the dialog that asks about discarding the previous project.
Can you record your screen to show to us?
Or can you give us a step-by-step guide on how to get the same issue?
@wenfangdu commented on GitHub (Jul 29, 2021):
@NickeManarin @pawlos
Repro steps:
F8.@pawlos commented on GitHub (Jul 29, 2021):
@wenfangdu thx for the steps. I'll get back to this issue.