-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
good first issueGood for newcomersGood for newcomerspriority: lowFor minor issues that don’t affect the project in significant waysFor minor issues that don’t affect the project in significant ways
Description
When inspecting elements in the browser window, the DevTools currently open as a detached window instead of docking to the right as expected. The intended behavior is for DevTools to always open in the right panel, but setting { mode: "right" } does not work properly.
Steps to reproduce:
- Open the browser.
- Right-click and select "Inspect".
- Notice that DevTools detaches instead of docking to the right.
- Modify
webContents.openDevTools({ mode: "right" })in the code.
peersky-browser/src/context-menu.js
Line 107 in 9f9db8e
menu.append(
Current behavior:
Possible fix:
- Ensure DevTools target the correct webContents instance of the webview.
- Investigate why "right" mode fails and consider alternative approaches
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomerspriority: lowFor minor issues that don’t affect the project in significant waysFor minor issues that don’t affect the project in significant ways
