WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Application crashes when resizing the Cursor editor in PropertyGrid #14122

@Olina-Zhang

Description

@Olina-Zhang

.NET version

.NET 11 with build 11.0.100-alpha.1.25608.106

Did it work in .NET Framework?

Yes

Did it work in any of the earlier releases of .NET Core or .NET 5+?

Yes, it doesn't repro in .NET 8.0/9.0/10.0

Issue description

When using a PropertyGrid to edit properties of type Cursor, resizing the Cursor UITypeEditor drop-down window causes the application to stop responding or crash. Regression introduced by GH PR: #13830.

ResizeCursorEdiorIssue.mp4

Steps to reproduce

  1. Create a WinForms application with a propertyGrid and button added
  2. Assign button to propertyGrid's SelectedObject property.
  3. Build and run app
  4. Open the Cursor editor drop-down, resize the drop-down window by dragging its corner.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions