core icon indicating copy to clipboard operation
core copied to clipboard

Right-clicking in Chromium DevTools doesn't work

Open NMinhNguyen opened this issue 7 years ago • 3 comments

Hey,

I've noticed that right-clicking in DevTools in Openfin v6 doesn't seem to work. Was that a conscious decision, or a regression from v5?

NMinhNguyen avatar Jul 28 '17 16:07 NMinhNguyen

The --no-sandbox flag will enable the rightclick in devtools.

dcchuck avatar Jul 28 '17 16:07 dcchuck

Are there any security implications when setting that flag?

NMinhNguyen avatar Jul 28 '17 23:07 NMinhNguyen

Yes, you are disabling the chromium sandbox with that flag. Fine for testing, etc. but I wouldn't use in production.

dcchuck avatar Jul 29 '17 15:07 dcchuck