microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
160.56k stars 28.13k forks source link

Can't move window from space right after the last menu item #61340

Closed jongio closed 5 years ago

jongio commented 5 years ago

Issue Type: Bug

When window not fully maximized, I can't click and drag the space right after the last menu item to move the window.

This space right here:

image

In between Selection and the file name. I can't move the window using that space.

VS Code version: Code 1.28.2 (7f3ce96ff4729c91352ae6def877e59c561f4850, 2018-10-17T00:23:51.859Z) OS version: Windows_NT x64 10.0.17134

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz (8 x 3408)| |GPU Status|2d_canvas: enabled
checker_imaging: disabled_off
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: disabled_software
rasterization: enabled
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled| |Memory (System)|23.94GB (5.18GB free)| |Process Argv|--folder-uri file:///c%3A/Users/jon/Dropbox/code/GitHub/jongio/iotedgedev| |Screen Reader|no| |VM|0%|
Extensions (29) Extension|Author (truncated)|Version ---|---|--- markdown-toc|Ala|1.5.6 vscode-hexo|cod|1.0.1 vscode-gist|dba|1.0.0 gitlens|eam|8.5.6 vs-code-xml-format|fab|0.1.5 code-runner|for|0.9.4 docker-explorer|for|0.1.6 terminal|for|0.0.10 vscode-pull-request-github|Git|0.2.1 Python-autopep8|him|1.0.2 github-pr|jas|1.0.0 csharpfixformat|Leo|0.0.76 code-coverage|mar|0.0.2 dotenv|mik|1.0.1 vscode-azurefunctions|ms-|0.11.0 python|ms-|2018.9.1 azure-account|ms-|0.4.3 cpptools|ms-|0.19.0 csharp|ms-|1.16.2 PowerShell|ms-|1.9.0 vscode-docker|Pet|0.3.1 vscode-coverage-gutters|rya|2.2.0 code-settings-sync|Sha|3.2.0 code-spell-checker|str|1.6.10 python|tht|0.2.3 terminal-tabs|Tyr|0.2.0 azure-iot-edge|vsc|1.5.0 azure-iot-toolkit|vsc|1.5.0 vscode-arduino|vsc|0.2.22
sbatten commented 5 years ago

@jongio this has to do with the fact that your window is very small and the menu is being collapsed but still occupying that space. You can still drag with the title I believe, but thanks for pointing this out.

sbatten commented 5 years ago

sorry @jongio I fixed this issue under a duplicate :( #64741

we know in our hearts you pointed it out first ❤️

jongio commented 5 years ago

All good! Glad it is fixed