Uno: Selected Item Color doesn't change back to default

Created on 13 Jan 2020  路  4Comments  路  Source: unoplatform/uno

Current behavior

unoex2

Expected behavior

unoex

How to reproduce it (as minimally and precisely as possible)

  1. Create a new xamarin.forms project
  2. Selected Tabbed Page
  3. Add wasm project
  4. Run

    I created a sample here:
    https://github.com/chrisevans9629/UnoTest

    Environment

Nuget Package:

<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="1.1.1" />
        <PackageReference Include="Microsoft.Extensions.Logging.Filter" Version="1.1.1" />
        <PackageReference Include="Uno.Xamarin.Forms.Platform" Version="4.3.4" />
        <PackageReference Include="Uno.Wasm.Bootstrap" Version="1.0.10" />
        <DotNetCliToolReference Include="Uno.Wasm.Bootstrap.Cli" Version="1.0.0-dev.302" />

Package Version(s):

Affected platform(s):

  • [ ] iOS
  • [ ] Android
  • [x] WebAssembly
  • [x] WebAssembly renderers for Xamarin.Forms
  • [ ] macOS
  • [ ] Windows
  • [ ] Build tasks
  • [ ] Solution Templates

Visual Studio:

  • [ ] 2017 (version: )
  • [x] 2019 (version: 16.4.2)
  • [ ] for Mac (version: )

Relevant plugins:

  • [ ] Resharper (version: )

Anything else we need to know?

arexf-wasm-renderers kinbug

All 4 comments

Thank you for the report!

Could you try installing the latest dev Uno.UI nuget package and check if this issue is still present ?

Thanks!

I installed <PackageReference Include="Uno.UI" Version="2.1.0-dev.679" /> and looks like the issue is still occurring
issue

@chrisevans9629 thanks for the validation!

Happy to help! :smile:

Was this page helpful?
0 / 5 - 0 ratings