dotnet/winforms
Ver no GitHubCursor flicker when hovering the pointer on the selected text in RichTextBox
Open
#3.063 aberto em 15 de abr. de 2020
area-controls-RichEdithelp wanted
Métricas do repositório
- Stars
- (4.100 stars)
- Métricas de merge de PR
- (Mesclagem média 14d 22h) (56 fundiu PRs em 30d)
Description
-
.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.
