xamarin/Xamarin.Forms

[Bug] [iOS] Entry Text Selection Thumbs shown if MasterDetailPage Master Pane is slided ove

开放

#8,752 创建于 2019年12月5日

 (0 条评论) (0 个反应) (0 位负责人)C# (1,926 个派生)batch import
e/3 :clock3:help wantedinactivet/bug :bug:up-for-grabs

仓库指标

星标
 (5,644 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Description

If any text of an entry is selected and cursor thmbs are shown they are not moved/collapsed accordingly if the MasterDetailPage.Master pane slides over. See repo an gif screener.

Steps to Reproduce

  1. Select some characters of an entry
  2. Open the menu of the MasterDetailPage
  3. Thumbs are still shown

Expected Behavior

Thumbs are collapsed or moved outside of the menu area (same behaviour as its parent entry)

Actual Behavior

Cursor thumbs visible over the MasterDetailPage

Basic Information

  • Version with issue: Xamarin.Forms v4.3.0.991221
  • Last known good version: -
  • IDE: VS2019 16.4.0
  • Platform Target Frameworks:
    • iOS: 8.0
    • Android: -
    • UWP: -
  • Android Support Library Version: -
  • Nuget Packages: -
  • Affected Devices: iOS iPhone 13.2.3 but also iOS Mac Simulator

Screenshots

Selected text entry

Reproduction Link

https://github.com/maexsp/XamarinBase/tree/XamarinSelectEntryText

贡献者指南