dotnet/winforms

Double-clicking the text in the custom webbrowser component that put into SplitContainer cannot be selected

Open

#2,910 创建于 2020年2月26日

在 GitHub 查看
 (0 评论) (2 反应) (0 负责人)C# (922 fork)batch import
:beetle: bughelp wanted

仓库指标

Star
 (4,100 star)
PR 合并指标
 (平均合并 14天 22小时) (30 天内合并 56 个 PR)

描述

  • .NET Core Version: .Net Core 3.1.200-preview-015002 from 3.1 Release branch + VS2019 with latest core designer

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

More Info:

  1. This issue cannot reproduce without SplitContainer.
  2. This issue cannot reproduce on WebBrowser from Winforms control that put into SplitContainer.
  3. This issue cannot reproduce on custom webbrowser component that put into other containers(Panel, TabControl, GroupBox..).

Steps to reproduce:

  1. Open the attached app “Custom_component_WebBrowser_issue.zip” in VS. Custom_component_WebBrowser_issue.zip

  2. Build and run this application.

  3. Double-clicking the text in the custom webbrowser component and observe the behavior.

Actual behavior: Double-clicking the text in the custom webbrowser component that put into SplitContainer cannot be selected.

Expected behavior: Double-clicking the text in the custom webbrowser component that put into SplitContainer should be selected. The behavior should be like below: custom_webbrowser_issue_expected

贡献者指南