maui icon indicating copy to clipboard operation
maui copied to clipboard

Windows ToolBarItems text size difference between page types

Open hbraasch opened this issue 2 years ago • 3 comments

Description

The size of the dropdown menu text displayed by a Content Page, is different to that displayed by a TabbedPage.

Here is how it displays from a ContentPage (large!!!)

image

Here is how it displays from a TabbedPage (much smaller, I'd say a better size)

image

Here is a video showing how it was tested

https://user-images.githubusercontent.com/7484186/183556815-3c03f941-cd5a-41af-919f-e7bfb51fa884.mp4

Here is a link to a repro project https://github.com/hbraasch/ToolBarTextSizeTester.git

Steps to Reproduce

  1. Install project from the repro
  2. Run app for[Windows] build
  3. Follow the steps a per video above. Notice the difference in text size

Version with bug

6.0.486 (current)

Last version that worked well

Unknown/Other

Affected platforms

Windows

Affected platform versions

net6.0-windows10.0.19041.0

Did you find any workaround?

No

Relevant log output

No response

hbraasch avatar Aug 09 '22 03:08 hbraasch

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

ghost avatar Aug 09 '22 18:08 ghost

FYI @hbraasch

TabbedPage and Shell aren't totally compatible with each other at this point

https://github.com/dotnet/maui/issues/6389

PureWeen avatar Aug 09 '22 19:08 PureWeen

In this case I'm using old fashioned navigation, not Shell.

hbraasch avatar Aug 10 '22 04:08 hbraasch

Just to remind. NOT a shell issue... This has to do with a ContentPage navigating to a TabbedPage using Navigation.PushAsync, stuff that works perfectly on Android and iOS (although this issue does not relate to iOS becuase the ToolBarItems are handled differently on this platform)

hbraasch avatar Aug 15 '22 00:08 hbraasch

Verified this issue with Visual Studio Enterprise 17.6.0 Preview 7.0. Repro on windows platform with sample project. ToolBarTextSizeTester-master.zip Screenshot 2023-05-18 165430

Zhanglirong-Winnie avatar May 18 '23 08:05 Zhanglirong-Winnie

This is still failing with the last updates (Visual Studio 17.8.0, .Net 8, MAUI 8.0.3)

Please give some priority to this problem.

nicop85 avatar Nov 16 '23 18:11 nicop85