xamarin/Xamarin.Forms

NavigationPage.SetHasNavigationBar bar is broken for TabbedPage(MasterDetailPage too?) on UWP

オープン

#4,531 opened on 2018/11/26

 (6 件のコメント) (7 件のリアクション) (0 人の担当者)C# (1,926 件のフォーク)batch import
e/4 :clock4:help wantedm/high impact :black_large_square:p/UWPt/bug :bug:up-for-grabs

Repository metrics

Stars
 (5,644 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

Description

There was an original issue for MasterDetailPage - it marked as closed however this issue is still persists atleast on TabbedPage (there are report in original issue that it is still broken for MDP too). Since the issue is not reopened yet I've created separate issue. If you have ContentPage (with NavigationPage.SetHasNavigationBar=false) wrapped in Navigation page as child of TabbedPage - navigating to this page causes to show preserved space for NavigationBar (but bar itself is not visible).

Steps to Reproduce

  1. Run attached project.
  2. NavigationBar on the first tab is hidden.
  3. Navigate to the second tab.
  4. Navigate back to the first tab.

Expected Behavior

Navigation bar is not visible, there is no preserved space at the top of the page. 1

Actual Behavior

Navigation bar is not visible, there is preserved space at the top of the page. 2

Basic Information

  • Version with issue: 3.4.0.1008975

  • IDE: Visual Studio 2017 15.9.0

  • Platform Target Frameworks:

    • UWP: 16299

TabbedPageNavBarIssue.zip

コントリビューターガイド