max-mapper / screencat

:cat2: webrtc screensharing electron app for mac os (Alpha)
http://maxogden.github.io/screencat
BSD 2-Clause "Simplified" License
3.02k stars 370 forks source link

copy paste / keyboard shortcuts on webpage? #29

Open jbenet opened 9 years ago

jbenet commented 9 years ago

copy paste / keyboard shortcuts from the webpage weren't working. not sure if bug or not intended.

Ivshti commented 9 years ago

It seems to be a bug, also it seems to be related to "back" not working when doing a screen share, since it gives an error

[17927:0719/115117:INFO:CONSOLE(53)] "Uncaught TypeError: Cannot read property 'replaceChild' of null", source: file:///private/tmp/screencat/index.js (53)

Which is because: var el = app.ui.buttons.paste resolves to undefined