microsoft / winget-create

The Windows Package Manager Manifest Creator command-line tool (aka wingetcreate)
MIT License
504 stars 86 forks source link

Contamination on "Description" input #250

Open denelon opened 2 years ago

denelon commented 2 years ago

Brief description of your issue

I was using wingetcreate new and I observed some contamination in the UI where some text was leaking in the display.

wingetcreate-bug

Steps to reproduce

Paste the following text into "Description"

Microsoft App Installer for Windows 10 makes sideloading Windows 10 apps easy: Just double-click the app package, and you won't have to run PowerShell to install apps. App Installer presents the package information like app name, publisher, version, display logo, and the capabilities requested by the app. Get right into the app, no hassles--and if installation doesn't work, the error messages were designed to help you fix the problem. Windows Package Manager is supported through App Installer starting on Windows 10 1809. This application is currently only available for desktop PCs.

Expected behavior

The text is accepted and the rest of the input isn't contaminated.

Actual behavior

The text seems to bleed over other input choices

Environment

Windows Package Manager Manifest Creator v1.0.3.0
solomoncyj commented 2 years ago

maybe the text had line breaks from the source and the text overflowed??

BrandonWanHuanSheng commented 1 year ago

When I was during creating new package, I also encountered this same issue. It delete some of my text. When I was using the latest version.

BrandonWanHuanSheng commented 1 year ago

Screenshot (153)