xamarin/Xamarin.Forms

iOS tabbed page shows edit button after screen rotation

Ouverte

#4 441 ouverte le 16 nov. 2018

 (3 commentaires) (0 réaction) (0 personne assignée)C# (1 926 forks)batch import
e/4 :clock4:help wantedinactivep/iOS 🍎t/bug :bug:up-for-grabs

Métriques du dépôt

Stars
 (5 644 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

Description

During a manual monkey test we discovered that on iOS the tabbed page's overflow menu sometimes shows an "Edit" button which is not functional.

Steps to Reproduce

  1. Create a tabbed page with more than 5 sub pages
  2. Open the app in portrait
  3. Open the overflow menu (notice the absence of an "edit" button)
  4. Rotate the phone in landscape (The overflow menu now also closes which is undesirable on itself)
  5. Open the overflow menu again (It now shows a non functional edit button)

Expected Behavior

No edit button

Actual Behavior

A edit button

Basic Information

  • Version with issue: 3.3
  • Last known good version: -
  • IDE: VS 2017
  • Platform Target Frameworks:
    • iOS: 12.1
  • Affected Devices: iPhone

Screenshots

Here two screenshots, one before rotation and one after rotation

Before rotation

image

After rotation

image

Guide contributeur