mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[GH-ISSUE #183] Clicking not working when recording Inkscape #1523
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#1523
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 @Cornstar23 on GitHub (Sep 1, 2017).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/183
Originally assigned to: @NickeManarin on GitHub.
Clicking on buttons, menus, object, etc. sometimes does not work when recording Inkscape. See attached gif and notice the yellow highlights indicating clicking, but the buttons are not pressed.
@NickeManarin commented on GitHub (Sep 1, 2017):
Very strange... :/
@AdrianoCahete commented on GitHub (Oct 1, 2017):
Same as Photoshop 2017. Sometimes the first click don't work, but the others works fine.
@theJosher commented on GitHub (Oct 26, 2019):
I'll take a look at this one.
@NickeManarin commented on GitHub (Oct 26, 2019):
@theJosher Thanks!
@theJosher commented on GitHub (Oct 28, 2019):
@NickeManarin Can you point me in the direction of where the mouse events are being passed to the app? Sorry for not finding this myself, I started looking and then realized there is a LOT going on in LightWindow and RecorderWindow 😅 Thanks! btw, I've got the inkscape code compiling and added a couple of g_message() calls to see if I can track down what's happening with the mouse events. This will be fun.
@NickeManarin commented on GitHub (Oct 28, 2019):
@theJosher Sorry for that. 😅 It all started so simple.
Anyway, it's all in here
ScreenToGif.Util.ActivityHook, line 649.Oh, that's nice!
@theJosher commented on GitHub (Oct 28, 2019):
Sorry I asked poorly - I'm mainly curious where the "hollow part" of the window does its magic. The mouse hook doesn't cause this problem, so I'm thinking that GTK is getting an event it interprets as mouse leaving the window entirely.
@NickeManarin commented on GitHub (Oct 28, 2019):
Ahhh, sorry.
It's a combination of
Background="{x:Null}",WindowStyle="None"andAllowsTransparency="True".Background
WindowStyle and AllowsTransparency
@theJosher commented on GitHub (Oct 28, 2019):
Thanks!
On Mon, Oct 28, 2019 at 9:07 AM Nicke Manarin notifications@github.com
wrote:
@LaureFR38 commented on GitHub (May 8, 2020):
I have exactly the same problem. I wanted to demo with Inkscape v.092 but it is not possible with ScreenToGif.
It is impossible to select the menu after clicking in the drawing area. The only solution is to take the mouse cursor out of the Inkscape software and bring it back again. But it's really painful to do this after each click on drawing zone...
@LaureFR38 commented on GitHub (May 8, 2020):
With the new version of Inkscape v1.0, the problem is still there but it works a little better but there are always problems with the cursor of the mouse which does not manage to update and which does not manage to do the function which associated with it.
@softyoda commented on GitHub (May 27, 2022):
Same issue with parsec