xamarin/Xamarin.Forms

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

Aberta

#8.752 aberto em 5 de dez. de 2019

 (0 comentário) (0 reação) (0 responsável)C# (1.926 forks)batch import
e/3 :clock3:help wantedinactivet/bug :bug:up-for-grabs

Métricas do repositório

Stars
 (5.644 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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

Guia do colaborador