tether icon indicating copy to clipboard operation
tether copied to clipboard

Add the context menus to macOS and Windows.

Open quadrupleslap opened this issue 7 years ago • 2 comments
trafficstars

Right now, macOS has context menus, but it won't after implementing the only known fix to #1. Unfortunately, Windows doesn't have context menus, either. Context menus are obviously important.

quadrupleslap avatar Mar 15 '18 11:03 quadrupleslap

But since such menus can be emulated in the webview itself is this really that important?

[I originally said 'implemented' but meant emulated.]

Of course if the point is to access OS features (rather than application features) then I do agree -- it is of value.

fullreset avatar Mar 15 '18 19:03 fullreset

Yes, the point is to access standard context menu items - on Linux, you can still play, pause, copy, paste, etc. using the context menu - it's only navigation items that've been removed. On Windows and macOS, Tether just disables the context menu, because those platforms don't have an API for whitelisting context menu items.

quadrupleslap avatar Mar 16 '18 04:03 quadrupleslap