Skip to content

Badge displayed on wrong tab after title change #48

@lesha724

Description

@lesha724

Steps to Reproduce

  1. Create new project with tabs
  2. Add badge for one tab
  3. Bind tab title with xct:Translate
  4. Change localization

Example
test project

<TabBar>
        <Tab Title="About" Icon="icon_about.png">
            <ShellContent Route="AboutPage" ContentTemplate="{DataTemplate local:AboutPage}" />
        </Tab>
        <Tab Title="{xct:Translate Items}" 
             Icon="icon_feed.png"
             badge:Badge.Text="1"
             badge:Badge.BackgroundColor="Red">
            <ShellContent  ContentTemplate="{DataTemplate local:ItemsPage}" />
        </Tab>
    </TabBar>

Screenshot_1675097188
Screenshot_1675097195

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions