dotnet / dotnet/winforms

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

Open
#3,063 2 comments 0 reactions 0 assignees View on GitHub
area-controls-RichEdit help wanted
Dominant language
C#
Stars
4.9k
Forks
1.1k
Avg merge
1d 13m
Merged PRs (30d)
85

Description

* .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](https://github.com/dotnet/winforms/files/4479150/CursorFlickerPrj.zip) and repeat step4 & step5.

**Expected behavior:**
The cursor is not flicker.

**Actual behavior:**
The cursor is flicker.
![Flicker333](https://user-images.githubusercontent.com/54019172/79296351-c7b43580-7f0d-11ea-9fd2-afb2e717510c.gif)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.