-
Notifications
You must be signed in to change notification settings - Fork 452
Modern jump lists don't work with pinned items in some circumstances #522
New issue
Have a question about this project? No Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “No 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? No Sign in to your account
Comments
@NebelNidas is that item actually pinned? It just looks like a recent item to me. The items which populate in the "Recent" section still work fine, but when I pin an item, then close and open the menu again, the items become blank. |
I can also confirm that it works well for pinned items on my machine. |
Hm, I tried on my desktop and a VM and it was broken, but it did work on my laptop. I'll have to investigate this some more, I'm thinking it might have to do with switching between Classic and 7 styles. There seems to be some weirdness anyway, but I can't say definitively. |
Try to clear cached info to see if it will help. |
Ok, so this bug is more specific than I originally thought, so I will try to explain the reproduce steps more accurately:
I can't say for sure if those steps will work for everyone, but this is my best attempt at putting it in reproducible terms. Also there seems to be an issue where if you switch from the 7-style to the classic style, you can't pin the item from the context menu. If you do that, the item created only appears in the 7-style, and also has the same issue with the list. However, dragging it to the pinned section does work. I'm still confused about this myself, so I apologize if anything is unclear. |
@bonzibudd |
This is weird. I had it in state where So I have debugged it and basically the issue was with shell item returned by this code:
The item didn't contain required properties, such as info that it is modern app, or full package name. Thus But this doesn't make sense at all. As this shell item from AppFolder should contain that data. Then I noticed in MS store that there is update for Snip&Sketch app. So I applied it and now everything is back to normal. Could you try to update your apps? |
Thanks for the input. Mine doesn't have any updates at the moment, and I tried the "Repair" and "Reset" options with no luck. I also tried "Clear Cached Data," which didn't seem to help either. Also, were you able to replicate the glitch with the "Pin" right-click item when switching between classic and 7 menus? If so I will make another issue for that. |
When I had it in that weird state it didn't matter what style of menu was used, nor whether the item was pinned to start or not. But I can't replicate that anymore. Not sure what it could be related to. |
Describe the bug
When you pin a MS store to the Start menu, the jump list shown doesn't provide any usable links. They just have blank icons and give an error when clicked.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Links should act the same, whether the item is pinned or not.
Screenshots

If applicable, add screenshots to help explain your problem.
Version:
Additional context
I don't know what would cause this, but maybe the identifier for the modern jump lists does not apply to pinned items for some reason.
The text was updated successfully, but these errors were encountered: