xamarin/Xamarin.Forms

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

Open

#8,752 opened on Dec 5, 2019

 (0 comments) (0 reactions) (0 assignees)C# (1,926 forks)batch import
e/3 :clock3:help wantedinactivet/bug :bug:up-for-grabs

Repository metrics

Stars
 (5,644 stars)
PR merge metrics
 (No merged PRs in 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

Contributor guide