-
Notifications
You must be signed in to change notification settings - Fork 1.9k
TabbedPage title displays incorrectly. It displays current selected child page title #8577
Copy link
Copy link
Closed
Labels
area-controls-tabbedpageTabbedPageTabbedPagefixed-in-8.0.40fixed-in-9.0.0-preview.5.24307.10migration-compatibilityXamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-ConvertXamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-Convertplatform/androidplatform/iosplatform/windowss/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Milestone
Metadata
Metadata
Assignees
Labels
area-controls-tabbedpageTabbedPageTabbedPagefixed-in-8.0.40fixed-in-9.0.0-preview.5.24307.10migration-compatibilityXamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-ConvertXamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-Convertplatform/androidplatform/iosplatform/windowss/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
Done
Description
With TabbedPages, the parent TabbedPage and children pages can all be seperately titled. The title of the parent must display on the toolbar, and the children's titles must display on the tabs.
Currently, the seleced tab's tile also gets displayed on the toolbar.

Here is the code for the tabbed page. Notice its Title is 'TabbedPage'
A repro project is provided: https://github.com/hbraasch/WinMenuTester.git
Steps to Reproduce
Version with bug
6.0.400 (current)
Last version that worked well
Unknown/Other
Affected platforms
iOS, Android, Windows
Affected platform versions
All
Did you find any workaround?
No response
Relevant log output
No response