Platform: Darwin Patricks-MBP 17.3.0 Darwin Kernel Version 17.3.0: Thu Nov 9 18:09:22 PST 2017; root:xnu-4570.31.3~1/RELEASE_X86_64 x86_64
Kap Version: Version 2.0.0 (2.0.0.681)
Start recording -> immediately drag mouse pointer to recording area, and stop moving the mouse pointer

Hey @patrols I would like to take a crack at this. This is my first attempt at contributing to opensource and I would be glad if you could point me in the right direction. Thanks
Sure! @lexcorp16 Are you not able to reproduce this?
Here's the line that adds that title https://github.com/wulkano/kap/blob/master/app/src/renderer/views/main.pug#L34
I don't know what the best way to fix this is, feels like a bug with electron/chrome? We could do some hack to remove the title attrubute when the window goes away, or just remove it completely and save us the hassle,聽@skllcrn toughts?
It's really strange that a title attribute for an element in a window carries over to a new window like this... I don't think we should remove it completely though, we should rather make sure we have proper title attributes everywhere鈥攖hough that's another issue.
We could try and remove the title attribute on click of the button? This removes the label on the web at least. Might be a good workaround.
Here's a codepen test: https://codepen.io/timothyis/pen/YajzNE
cc @lexcorp16
Seems like a common issue. I've had it many times before too with Chrome.
Most helpful comment
We could try and remove the
titleattribute on click of the button? This removes the label on the web at least. Might be a good workaround.Here's a codepen test: https://codepen.io/timothyis/pen/YajzNE
cc @lexcorp16