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

Wrong button sizing when using CharacterSpacing - MAC #11265

Closed
stoffemi opened this issue Nov 10, 2022 · 3 comments
Closed

Wrong button sizing when using CharacterSpacing - MAC #11265

stoffemi opened this issue Nov 10, 2022 · 3 comments
Labels
area-controls-button Button, ImageButton platform/macOS 🍏 macOS / Mac Catalyst s/needs-info Issue needs more info from the author t/bug Something isn't working

Comments

@stoffemi
Copy link

stoffemi commented Nov 10, 2022

Description

The button doesnt get the width it need so the text gets clipped.

Steps to Reproduce

Create new MAUI App called BugButton

<?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
             xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
             x:Class="BugButton.MainPage">

    <ScrollView>
        <VerticalStackLayout
            Spacing="25"
            Padding="30,0"
            VerticalOptions="Center">

            <Button
                Text="Bugged button"
                HorizontalOptions="Center"
                CharacterSpacing="2"
                Padding="20,6"/>

        </VerticalStackLayout>
    </ScrollView>

</ContentPage>

Link to public reproduction project repository

None

Version with bug

7.0 Release Candidate 2

Last version that worked well

Unknown/Other

Affected platforms

macOS

Affected platform versions

Ventura

Did you find any workaround?

No

Relevant log output

None
@stoffemi stoffemi added the t/bug Something isn't working label Nov 10, 2022
@mattleibow mattleibow modified the milestone: Backlog Nov 10, 2022
@mattleibow mattleibow added platform/macOS 🍏 macOS / Mac Catalyst s/needs-info Issue needs more info from the author labels Nov 10, 2022
@ghost
Copy link

ghost commented Nov 10, 2022

Hi @stoffemi. We have added the "s/needs-info" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.

@mattleibow mattleibow added legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor area-controls-button Button, ImageButton labels Nov 10, 2022
@PureWeen PureWeen changed the title Wrong button sizeing when using CharacterSpacing - MAC Wrong button sizing when using CharacterSpacing - MAC Nov 10, 2022
@dotnet dotnet deleted a comment Nov 10, 2022
@mattleibow
Copy link
Member

@stoffemi are you able to add a screenshot so we can see what you are seeing so we can also make sure that our behaviour is the same as yours.

May be a duplicate of #10293 depending on the screenshot. @stoffemi can you check to see if this issue is the same?

@ghost ghost added the s/no-recent-activity Issue has had no recent activity label Nov 14, 2022
@ghost
Copy link

ghost commented Nov 14, 2022

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. If it is closed, feel free to comment when you are able to provide the additional information and we will re-investigate.

@ghost ghost closed this as completed Nov 17, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Dec 18, 2022
@Eilon Eilon removed the legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor label May 10, 2024
@dotnet-policy-service dotnet-policy-service bot removed the s/no-recent-activity Issue has had no recent activity label May 10, 2024
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-controls-button Button, ImageButton platform/macOS 🍏 macOS / Mac Catalyst s/needs-info Issue needs more info from the author t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants