dotnet/winforms
在 GitHub 查看Cursor flicker when hovering the pointer on the selected text in RichTextBox
Open
#3,063 创建于 2020年4月15日
area-controls-RichEdithelp wanted
仓库指标
- Star
- (4,100 star)
- PR 合并指标
- (平均合并 14天 22小时) (30 天内合并 56 个 PR)
描述
-
.NET Core Version: 3.1.300-preview-015095
-
Have you experienced this same bug with .NET Framework?: Yes
Minimal repro:
- Create a new Winforms Core application
- Drag and drop a RichTextBox to the form designer
- Build and run this application
- Type some words in the RichTextBox and select some text
- Hover the pointer on the select text and observer the cursor
Or Run the attached project CursorFlickerPrj.zip and repeat step4 & step5.
Expected behavior: The cursor is not flicker.
Actual behavior:
The cursor is flicker.
