Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Gallery-4X & 5X][All Platforms]-Neumorphic style- Right Icon is missing for enabled Toggleswitch button in 'ON' positon #1034

Open
sakshi173 opened this issue Sep 8, 2023 · 3 comments · May be fixed by #1044
Assignees
Labels
kind/bug Something isn't working

Comments

@sakshi173
Copy link
Contributor

Current behavior

Toggleswitch issue 3

Expected behavior

Toggleswitch correct 2

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

  1. Launch the Uno.Gallery app for 4X.
  2. Click on “ShadowContainer” from the "Toolkit" list.
  3. Go to Neumorphic section.
  4. Choose 'toggleswitch option from the combo list.
  5. click third toggle button for 'ON' position.
  6. Notice that the right Icon is missing for 'ON' position on switch knob.

Workaround

No response

Works on UWP/WinUI

None

Environment

No response

NuGet package version(s)

No response

Affected platforms

WebAssembly, Android, iOS, Skia (GTK on Linux/macOS/Windows)

IDE

No response

IDE version

No response

Relevant plugins

No response

Anything else we need to know?

No response

@sakshi173 sakshi173 added the kind/bug Something isn't working label Sep 8, 2023
@MartinZikmund MartinZikmund transferred this issue from unoplatform/uno Oct 23, 2023
@kazo0
Copy link
Contributor

kazo0 commented Oct 23, 2023

@Xiaoy312 / @eriklimakc / @agneszitte Do we perhaps have some fixes in the main Material ToggleSwitch style that needs to be brought over to the Neumorphic styles? Same for #1033

@kazo0 kazo0 transferred this issue from unoplatform/Uno.Themes Oct 23, 2023
@erikvilima
Copy link
Contributor

That ToggleSwitch doesn't have an On Icon defined, you can see it here:

<ToggleSwitch Style="{StaticResource NeumorphicToggleSwitchStyle}">
    <ToggleSwitch.OffContent>
        <PathIcon Data=..." />
    </ToggleSwitch.OffContent>
</ToggleSwitch>

@kazo0

@erikvilima
Copy link
Contributor

@Xiaoy312 / @eriklimakc / @agneszitte Do we perhaps have some fixes in the main Material ToggleSwitch style that needs to be brought over to the Neumorphic styles? Same for #1033

But indeed, we could bring this fix (unoplatform/Uno.Themes#1237) to the Neumorphic style.

@kazo0

@erikvilima erikvilima self-assigned this Nov 6, 2023
@erikvilima erikvilima linked a pull request Nov 6, 2023 that will close this issue
7 tasks
@erikvilima erikvilima linked a pull request Nov 6, 2023 that will close this issue
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants