UWP and Snip&Sketch

Somebody on msforum 21 Reputation points
2021-11-23T23:15:02.217+00:00

Hello!
I'm just starting developing UWP apps and I found some strange behaviour here.
As far as I know, windows Settings (New Control Panel) is powered by UWP too, so I will explain what I mean depending on this application.

Steps to reproduce:

  1. Open settings
  2. Type something in the searchbar
  3. Right click on the searchbar, so contextmenu will appear
  4. Press Win+Shift+S (or, if you changed hotkey, your hotkey for Snip&Sketch)
  5. When Snip&Sketch window (where you can choose area for the screenshot) appeared, there will not be any shadows on the Setting window contents (ContextMenu shadow for example)

Is it intended or not? Why do shadows being disabled for screenshots via Snip&Sketch, but still visile when making screenshots via PrintScr?

Context menu on screenshot via PrintScr: (shadow visible)
151909-contextmenu-with-shadow.png

Context menu on screenshot via Snip&Sketch: (shadow not visible)
151965-contextmenu-with-no-shadow.png

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
37,794 questions
{count} votes

Accepted answer
  1. Roy Li - MSFT 32,731 Reputation points Microsoft Vendor
    2021-11-24T06:54:06.607+00:00

    Hello,

    Welcome to Microsoft Q&A!

    Is it intended or not? Why do shadows being disabled for screenshots via Snip&Sketch, but still visile when making screenshots via PrintScr?

    No. I have to say that this is an unknown behavior but this is definitely not intended. The shadow of the flyout is located by Z index. But it looks like the Snip&Sketch app is adding another layer on the top of the window which seems to change the Z index. I tried other tools like the Snipping tool(Windows built-in app) and it also works correctly. So it seems the issue happens when using the Snip&Sketch but not when using other tools. If you are trying to capture the image of your app, you might need to use other tools instead of Snip&Sketch

    Thank you.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. kwikc 131 Reputation points
    2021-11-24T07:48:15.027+00:00

    Hello,

    I believe it is a bug.

    Even the context menus themselves have different appearances. In Settings, choose Apps, in the search bar of Apps & features, use the steps above, type something then right click, the context menu here does not have a shadow, and pressing Win key closes the menu.

    And, you might have known, pressing Alt-PrintScr copies only the image of the active window.

    Kwik C.

    -
    If the post solves your problem or confusion, please accept it as answer by clicking Accept Answer.

    0 comments No comments

  2. cleric145-6909 11 Reputation points
    2021-11-24T10:12:44.207+00:00

    It is not a bug, one uses GDI, the other one D3D11

    0 comments No comments