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

In WinUI 2.6, all menu flyout have rounded corners, but TextBox's context menu is not #5019

Closed
roxk opened this issue May 15, 2021 · 5 comments
Labels
area-Menus area-TextBox TextBox, RichEditBox area-UIDesign UI Design, styling no-issue-activity team-Controls Issue for the Controls team

Comments

@roxk
Copy link

roxk commented May 15, 2021

Describe the bug
Inbox TextBox's context menu doesn't get the rounded corner treatment.

Steps to reproduce the bug

  1. Create a blank app. Install WinUI 2.6.0-prerelease.210430001 from nuget.
  2. Overwrite the stack panel with the following:
<StackPanel>
    <TextBox PlaceholderText="Input"/>
    <muxc:MenuBar>
        <muxc:MenuBarItem Title="File">
            <MenuFlyoutItem Text="Open"/>
        </muxc:MenuBarItem>
    </muxc:MenuBar>
</StackPanel>
  1. Build and see TextBox's context menu is not rounded, but menu bar's menu is rounded.

Expected behavior
TextBox's context menu has rounded corner, consistent with all other menu.

Actual behavior
TextBox's context menu is not rounded.

Screenshots

TextBox

image

CommandBarFlyout

image

Version Info

NuGet package version:
[Microsoft.WinUI 2.6.0-prerelease.210430001]

Windows 10 version Saw the problem?
Insider Build (xxxxx)
October 2020 Update (19042) Yes
May 2020 Update (19041)
November 2019 Update (18363)
May 2019 Update (18362)
October 2018 Update (17763)
April 2018 Update (17134)
Fall Creators Update (16299)
Creators Update (15063)
Device form factor Saw the problem?
Desktop Yes
Xbox
Surface Hub
IoT

Note
Just to make sure I didn't miss anything, I tried to reproduce this on the current XAML Control Gallery App on the store and the result is the same. And it seems there is no muxc:TextBox available.

@ghost ghost added the needs-triage Issue needs to be triaged by the area owners label May 15, 2021
@StephenLPeters StephenLPeters added area-Menus area-TextBox TextBox, RichEditBox area-UIDesign UI Design, styling team-Controls Issue for the Controls team and removed needs-triage Issue needs to be triaged by the area owners labels May 17, 2021
@StephenLPeters StephenLPeters added this to the WinUI 2.6 milestone May 17, 2021
@StephenLPeters
Copy link
Contributor

@chigy FYI

@chigy
Copy link
Member

chigy commented May 17, 2021

@SavoySchuler FYI

@ghost
Copy link

ghost commented May 28, 2021

It seems to be #4472 again, which was supposed to be fixed.

@ghost
Copy link

ghost commented Jul 3, 2021

image

Buttons don't get styled properly in the MUXControlsTestApp.

@ranjeshj ranjeshj modified the milestones: WinUI 2.6, WinUI 2.7 Aug 4, 2021
@StephenLPeters StephenLPeters modified the milestones: WinUI 2.7, WinUI 2.8 Sep 15, 2021
@kmahone kmahone removed this from the WinUI 2.8 milestone Jun 16, 2022
@github-actions
Copy link

This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Menus area-TextBox TextBox, RichEditBox area-UIDesign UI Design, styling no-issue-activity team-Controls Issue for the Controls team
Projects
None yet
Development

No branches or pull requests

5 participants