Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clicking not working when recording Inkscape #183

Open
Cornstar23 opened this issue Sep 1, 2017 · 12 comments
Open

Clicking not working when recording Inkscape #183

Cornstar23 opened this issue Sep 1, 2017 · 12 comments
Assignees
Labels
🔷 Bug 🐛 Type • An undesired situation happens. ⬜ Help Wanted 💪 Status • Help is wanted for this issue.

Comments

@Cornstar23
Copy link

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.

inkscape click not working

@NickeManarin NickeManarin self-assigned this Sep 1, 2017
@NickeManarin NickeManarin added 🔷 Bug 🐛 Type • An undesired situation happens. ⬜ Help Wanted 💪 Status • Help is wanted for this issue. labels Sep 1, 2017
@NickeManarin
Copy link
Owner

Very strange... :/

@AdrianoCahete
Copy link

Same as Photoshop 2017. Sometimes the first click don't work, but the others works fine.

@theJosher
Copy link

I'll take a look at this one.

@NickeManarin
Copy link
Owner

@theJosher Thanks!

@theJosher
Copy link

@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
Copy link
Owner

NickeManarin commented Oct 28, 2019

@theJosher Sorry for that. 😅 It all started so simple.

Anyway, it's all in here ScreenToGif.Util.ActivityHook, line 649.

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.

Oh, that's nice!

@theJosher
Copy link

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
Copy link
Owner

Ahhh, sorry.

It's a combination of Background="{x:Null}", WindowStyle="None" and AllowsTransparency="True".

Background
WindowStyle and AllowsTransparency

@theJosher
Copy link

theJosher commented Oct 28, 2019 via email

@LaureFR38
Copy link

LaureFR38 commented 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
Copy link

LaureFR38 commented 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
Copy link

Same issue with parsec

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔷 Bug 🐛 Type • An undesired situation happens. ⬜ Help Wanted 💪 Status • Help is wanted for this issue.
Projects
None yet
Development

No branches or pull requests

6 participants