Windows JumpList empty when a single entry has a long description #26862
Comments
Could I try to contribute to this issue. |
hey @zg3d - sure! i'd be happy to give you some pointers. So what's happening here is that is looks like when the SetDescription method is called with a too-long parameter, it causes the |
Hi there, I'm a complete beginner for developing on the Electron platform. Do you guys have any resources for getting started with solving issues with this type of platform? |
Hi @codebytere, I would love to work on this issue if no one is. Thank you!... |
i also wants to try to fix it |
As this is an open source project, you do not need my permission to work on available issues :) |
Issue Details
Expected Behavior
An invalid entry to the
JumpList
does not cause other entries to disappear.Actual Behavior
A single invalid
JumpList
entry makes all other entries disappear.To Reproduce
Additional Information
It looks like this happens when the
description
property exceeds 255 characters length?The text was updated successfully, but these errors were encountered: