Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Focus won't switch to first editor in explorer #100528

Closed
dlong500 opened this issue Jun 18, 2020 · 6 comments
Closed

Focus won't switch to first editor in explorer #100528

dlong500 opened this issue Jun 18, 2020 · 6 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug insiders-released Patch has been released in VS Code Insiders verified Verification succeeded
Milestone

Comments

@dlong500
Copy link

dlong500 commented Jun 18, 2020

Issue Type: Bug

After opening multiple editors, trying to switch back to the first editor in the list by clicking on the editor in the "Open Editors" explorer pane results in nothing happening. Focus can be switched among all other open editors, but not to the first one in the list. See GIF for a better visual representation of the issue.
vscode-first-editor-issue

Note that this occurs whether extensions are active or not.

Is it possible the fix for #100175 could be causing it?

VS Code version: Code - Insiders 1.47.0-insider (84f52fe, 2020-06-17T06:43:38.511Z)
OS version: Windows_NT x64 6.1.7601

System Info
Item Value
CPUs Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz (8 x 2672)
GPU Status 2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
protected_video_decode: unavailable_off
rasterization: enabled
skia_renderer: disabled_off_ok
video_decode: enabled
viz_display_compositor: enabled_on
viz_hit_test_surface_layer: disabled_off_ok
webgl: enabled
webgl2: enabled
Load (avg) undefined
Memory (System) 19.99GB (1.32GB free)
Process Argv --disable-extensions
Screen Reader no
VM 0%
@dlong500
Copy link
Author

Any updates on this? I installed vscode insiders on a completely different workstation since I was beginning to doubt my sanity with no one else upvoting or commenting on the report. I experience the same bug on a clean install of insiders with no extensions.

@isidorn isidorn added the bug Issue identified by VS Code Team member as probable bug label Jun 22, 2020
@isidorn isidorn added this to the June 2020 milestone Jun 22, 2020
@isidorn
Copy link
Contributor

isidorn commented Jun 22, 2020

@dlong500 good catch. I can reproduce this.
Also assigning to @joaomoreno since this is probably caused by the fix for #100175

@isidorn
Copy link
Contributor

isidorn commented Jun 23, 2020

This works fine for the first file in the explorer, so the issue might be in the Open Editors view. investigating...

@isidorn
Copy link
Contributor

isidorn commented Jun 23, 2020

Minor issue in the Open Editors view, pushed a fix.
@dlong500 you can try it out with vscode insiders from tomorrow and let us know how it goes. Thanks!

@dlong500
Copy link
Author

I can confirm this is fixed in the latest insiders release (9b620b2). Thanks!

@isidorn
Copy link
Contributor

isidorn commented Jun 26, 2020

@dlong500 awesome. Thanks for letting us know!

@isidorn isidorn added the verified Verification succeeded label Jun 26, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Aug 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug insiders-released Patch has been released in VS Code Insiders verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

4 participants
@joaomoreno @dlong500 @isidorn and others