patrickmatte / scroll-capture

18 stars 5 forks source link

Mouse clicks and Hover animations not working #44

Closed APalm23 closed 4 months ago

APalm23 commented 4 months ago

First of what a great tool, thanks!

I encountered an issue in that I couldn't get clicks of any kind of mouse movements to work. I tried in Windows and Mac, also tried on many different websites.

More specifically I am trying to get it to work so that when I click on the FAQ section's question it opens up and when I click again it closes. Sadly, the extension somehow doesn't register the click.

Website: https://www.habagala.ebsikas.com/

https://github.com/patrickmatte/scroll-capture/assets/116555632/71a3e9be-a3bb-4418-b050-b7af15071740

patrickmatte commented 4 months ago

Hi, thanks for sharing this issue. I tried to debug it but I can't find what is missing. The weird thing is that when I manually open the first FAQ item, I can make scroll capture click on the link inside the expanded text and it opens a new window. I just can't open or close the FAQ item. Did you build this? What does the code look like for the open and close of the FAQ item?

patrickmatte commented 4 months ago

It looks like framer might be looking for a 'pointerup' event but I still couldn't open and close the faq item. Sorry.

APalm23 commented 4 months ago

Hey, thanks for the quick response! I also thought that framer is most likely the reason. Anyhow, I managed to show that step by manually clicking when recording so no biggy. Once again, awesome tool!