poush / H2

Supporting light weight extensions for heavy task lifting
MIT License
16 stars 32 forks source link

Preventing play/pause of video on dragging. #57

Closed poush closed 5 years ago

poush commented 5 years ago

After today's changes, I can move the whole H2 by dragging it from anywhere in its body. Now, the new issue is when you stop dragging and put it somewhere on your screen, a playing video gets paused and vice-versa. There must be some way to prevent that.

mskuybeda commented 5 years ago

Would you mind if I try fixing it?

mskuybeda commented 5 years ago

Update: Found a new bug on windows issue#58 . Will attempt this one after fixing the new one.

mskuybeda commented 5 years ago

I did not have any issues with dragging and pausing on windows 10. Here is an example example

Maybe a MacOS or Linux issuse. Could you please send your log or elaborate a bit more?

poush commented 5 years ago

Thanks for checking out. Dragging on macOS causes it play/pause trigger as well and need to check for Linux. I will check Dev tools on my mac to see any possible reason for this.