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

Rendered view overlaps tool windows with Auto Hide mode enabled #49

Open
mmarinchenko opened this issue Jun 18, 2022 · 4 comments
Open
Labels
bug Something isn't working

Comments

@mmarinchenko
Copy link

Steps to reproduce the behavior:

  1. Open a solution or workspace with at least 2 sufficiently large md files.
  2. Enable the "Auto Hide" mode in all tool windows pinned at the bottom.
  3. Search something that is contained in at least 2 sufficiently large md files by pressing Ctrl+Shift+F.
  4. In search results tool window (it should also be pinned at the bottom with "Auto Hide" mode enabled) navigate between results found in different md files using mouse pointer (or using arrow keys on the keyboard but while the mouse pointer is over tool window with search results).

VS-1

@mmarinchenko mmarinchenko added the bug Something isn't working label Jun 18, 2022
@mmarinchenko
Copy link
Author

mmarinchenko commented Jun 18, 2022

If I understand correctly, changing file context while navigating through search results triggers the following:

  • Search results tool window lose focus but the mouse pointer located over it prevents auto-hiding.
  • Editor receives the focus and opens different file, which in turn triggers rendering.
  • Rendering view isn't aware of the fact that it should be rendered behind tool window because of the focus.

@madskristensen
Copy link
Owner

This is unfortunately the state of hosting native controls in WPF. The move to WebView2 didn't fix it. If anyone has a light-weight solution to this, I'd be very interested in hearing about it.

@MiroJ
Copy link

MiroJ commented Sep 5, 2022

To add to that, as I believe I have a similar issue, here is a screenshot of the preview window overlapping the Solution Explorer, when it is not pinned.

image

If it is not the same issue, let me know and I will open another bug.

@gergelyGcsikvari
Copy link

Well, I do not experience this symptom with the older version...but I guess some features would suffer if preview feature was changed back to that technology, right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants