-
Notifications
You must be signed in to change notification settings - Fork 536
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
"Open Next/Previous Editor" from PDF viewer skips a tab #2055
Comments
This looks like #2023 and is mostly not related to the extension |
@jlelong I saw that issue as I was attempting to debug this, but as far as I can tell it doesn't seem to really be the same (although I could very well be wrong) since that one was apparently fixed by upgrading to VS Code 1.43.2, which is older than the version I am currently using. Or am I misunderstanding? |
I cannot reproduce your issue with vscode 1.44.2 on OSX. |
This comment has been minimized.
This comment has been minimized.
Please down grade to LaTeX Workshop v8.7.2. Check whether you still see this issue. You can see how to install the old version at https://github.com/James-Yu/LaTeX-Workshop/wiki/FAQ#install-older-version |
@tamuratak That fixes the issue! |
Enabling the keyboard shortcuts on PDF viewers is tricky since the PDF viewers are implemented with I will disable the following rebroadcasting keyboard events on Linux: LaTeX-Workshop/src/components/viewer.ts Lines 192 to 199 in 9cdc1e7
I am not sure this change works fine on all the Linux distributions. |
Thank you for the suggestion, it saved a day! Using Workshop 8.10.0 with VSCode 1.46.0 made the previewer impossible to use again (no tab switching at all + zoom is reset every time you open a terminal or menu bar by pressing Alt). |
Please open a new issue. |
Try changing this option if you see an issue: https://github.com/James-Yu/LaTeX-Workshop/wiki/View#latex-workshopviewerpdfinternalkeyboardevent |
Preliminary questions [Required]
Disable all the other extensions except for LaTeX Workshop, and check that you still see this issue. [Required]
You still see this issue?: Yes
Make sure to visit the wiki FAQ before filling an issue.
You visited the wiki?: Yes
Describe the bug [Required]
If I switch to a PDF file using a keyboard shortcut and then also use a keyboard shortcut to run either
workbench.action.nextEditor
orworkbench.action.previousEditor
to switch away from the PDF viewer, the adjacent tab is skipped.To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expected that the above steps would switch to tab 2 or 4 (adjacent to the PDF tab). This expected behavior occurs if either of the following are done instead of following the above reproduction steps exactly:
Logs [Required]
LaTeX Workshop Output [Required]
Developer Tools Console [Required]
Screenshots
Desktop [Required]
Additional questions
Are you using LaTeX Workshop with VS Code Remote?
No
The text was updated successfully, but these errors were encountered: