Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

[Bug] Button doesn't display ImageSource #77

Open
davidortinau opened this issue Oct 14, 2021 · 3 comments
Open

[Bug] Button doesn't display ImageSource #77

davidortinau opened this issue Oct 14, 2021 · 3 comments
Labels
bug Something isn't working medium It doesn't work.

Comments

@davidortinau
Copy link

davidortinau commented Oct 14, 2021

I have some buttons with icon fonts for the image source and the label. In neither case do they display.

image

<Label Text="Primary filled"/>
                <StackLayout Orientation="Vertical">
                    <Button Text="Button"/>
                    <Button Text="Button" IsEnabled="False"/>
                </StackLayout>

                <VerticalStackLayout>
                    <Button ImageSource="{StaticResource CircleIcon}" Text="Button"/>
                    <Button ImageSource="{StaticResource CircleIcon}" Text="Button" IsEnabled="False"/>
                </VerticalStackLayout>

                <VerticalStackLayout>
                    <Button FontFamily="FontAwesome"
                            Text="{x:Static app:IconFont.Archway}"/>
                    <Button FontFamily="FontAwesome"
                            Text="{x:Static app:IconFont.Archway}"
                            IsEnabled="False"/>
                </VerticalStackLayout>

Build 9.217
Fluent

@jsuarezruiz jsuarezruiz added the bug Something isn't working label Oct 15, 2021
@jsuarezruiz
Copy link
Contributor

For now, is expected because the ImageSource and font Icons are not implemented. We definitely have to implement this.

@bricefriha
Copy link

Hi @jsuarezruiz, Are you currently working on this implementation? 🙂

@jsuarezruiz
Copy link
Contributor

I have it in queue, but not right now.

@jsuarezruiz jsuarezruiz added the medium It doesn't work. label Jan 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working medium It doesn't work.
Projects
None yet
Development

No branches or pull requests

3 participants