Open Eshnek opened 1 year ago
@Eshnek can you verify what your "window.titlebarstyle" setting is?
@sbatten It is "window.titleBarStyle": "native"
Interestingly though, using custom instead of native fixes the editor sizes changing because the menu bar is displayed as part of the title bar in that mode.
This makes the issue less noticeable, however the title bar is still made visible at the end of the fast-scroll process.
I would still prefer to be able to use the native title bar, though...
@Eshnek agree that the native should work. Can you share a screen recording of the issue reproducing? Moving to @deepak1556 as native titlebar and menubar are controlled by Electron.
I don't have the hardware to verify the fast scroll scenario, /cc @rzhao271
Core of the menu bar focus is performed in https://github.com/electron/electron/blob/644243efd61b75c22707605d9d0dbc6ade4fe458/shell/browser/ui/views/menu_bar.cc#L133-L157. Not sure if this can be addressed since the Alt
key callback comes from the chromium focus manager.
Can confirm, I've had the same problem ever since I installed vscode, I just got around to filing an issue.
At some point I looked into fixing it and came to the same conclusion (that it needed electron-specific handling).
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
Proposed solutions: