dotnet/winforms

Cursor flicker when hovering the pointer on the selected text in RichTextBox

Open

#3.063 geöffnet am 15. Apr. 2020

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (922 Forks)batch import
area-controls-RichEdithelp wanted

Repository-Metriken

Stars
 (4.100 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 14T 22h) (56 gemergte PRs in 30 T)

Beschreibung

  • .NET Core Version: 3.1.300-preview-015095

  • Have you experienced this same bug with .NET Framework?: Yes

Minimal repro:

  1. Create a new Winforms Core application
  2. Drag and drop a RichTextBox to the form designer
  3. Build and run this application
  4. Type some words in the RichTextBox and select some text
  5. 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. Flicker333

Contributor Guide