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

[Bug] SemanticHeading limitations #3117

Open
rachelkang opened this issue Oct 26, 2021 · 7 comments
Open

[Bug] SemanticHeading limitations #3117

rachelkang opened this issue Oct 26, 2021 · 7 comments
Labels
legacy-area-a11y Relates to accessibility platform/android 🤖 s/triaged Issue has been reviewed t/a11y Relates to accessibility t/bug Something isn't working
Projects
Milestone

Comments

@rachelkang
Copy link
Member

Description

SemanticProperties.HeadingLevel doesn't work when applied to certain controls like SearchBar and ContentPage.ToolbarItem. While it doesn't work for SearchBar, the app crashes when applied to ToolbarItem.

Investigated only on Android

Steps to Reproduce

  1. Open .NET MAUI sln on recipes branch
  2. Set SemanticProperties.HeadingLevel on the SearchBar in StartingPage.xaml
  3. Set SemanticProperties.HeadingLevel on the ToolbarItem in MyRecipesPage.xaml
  4. Deploy app to Android physical device
  5. Turn on TalkBack
  6. Activate Headings mode if not already activated (use three finger horizontal swipe gears)
  7. Swipe up/down to navigate Headings on StartingPage - SearchBar will not be reached
  8. Navigate to MyRecipes page - app will crash

Expected Behavior

SemanticProperties.HeadingLevel should be applicable to ToolbarItem, as it functions with Button, a similar control. Whether it is applicable to other controls like SearchBar should be clarified and accurately reflected (in intellisense, for example).

Actual Behavior

SemanticProperties.HeadingLevel doesn't work for SearchBar and ToolbarItem.

Basic Information

  • Version with issue:
  • Last known good version:
  • IDE: VS2022 main
  • Platform Target Frameworks:
    • iOS:
    • Android:
    • UWP:
  • Android Support Library Version:
  • Nuget Packages:
  • Affected Devices: Pixel 4a
@rachelkang rachelkang added t/bug Something isn't working legacy-area-a11y Relates to accessibility labels Oct 26, 2021
@jsuarezruiz jsuarezruiz added this to New in Triage via automation Oct 27, 2021
@jsuarezruiz jsuarezruiz moved this from New to Ready For Work in Triage Oct 27, 2021
@v-longmin
Copy link

@rachelkang Could you share your repro project, thanks?

@v-longmin v-longmin added s/triaged Issue has been reviewed s/needs-info Issue needs more info from the author labels Mar 23, 2022
@ghost
Copy link

ghost commented Mar 23, 2022

Hi @rachelkang. 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.

@PureWeen PureWeen added s/verified Verified / Reproducible Issue ready for Engineering Triage and removed s/needs-info Issue needs more info from the author labels Mar 23, 2022
@rachelkang rachelkang added this to the 6.0.300-servicing milestone Mar 23, 2022
@PureWeen PureWeen removed their assignment Aug 3, 2022
@rachelkang rachelkang removed their assignment Aug 3, 2022
@PureWeen PureWeen modified the milestones: .NET 8 Planning, Backlog Mar 14, 2023
@ghost
Copy link

ghost commented Mar 14, 2023

We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue, please leave a comment. For additional info about issue management, please read our Triage Process.

@samhouts samhouts removed s/verified Verified / Reproducible Issue ready for Engineering Triage s/triaged Issue has been reviewed labels Apr 5, 2023
@jinxinjuan jinxinjuan added the s/triaged Issue has been reviewed label Apr 12, 2023
@QianaJiao
Copy link
Collaborator

Verified this issue with Visual Studio Enterprise 17.6.0 Preview 2.0. Not repro on Android device with Maui Project.
TabbedPage.zip

@QianaJiao QianaJiao added the s/try-latest-version Please try to reproduce the potential issue on the latest public version label Apr 13, 2023
@ghost
Copy link

ghost commented Apr 13, 2023

Hi @rachelkang. We have added the "s/try-latest-version" label to this issue, which indicates that we'd like you to try and reproduce this issue on the latest available public version. This can happen because we think that this issue was fixed in a version that has just been released, or the information provided by you indicates that you might be working with an older version.

You can install the latest version by installing the latest Visual Studio (Preview) with the .NET MAUI workload installed. If the issue still persists, please let us know with any additional details and ideally a reproduction project provided through a GitHub repository.

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.

@rachelkang
Copy link
Member Author

Hi, @QianaJiao - I've tested again on .NET 8 and can confirm this is still an issue. While it doesn't crash, heading is not supported on searchBar or toolBarItem.

The repro project referenced is at https://github.com/rachelkang/recipeSearch

That being said, please don't worry about re-validating this issue as I'm on the .NET MAUI team and have validated that it is. Thank you!

@ghost ghost removed the s/try-latest-version Please try to reproduce the potential issue on the latest public version label Apr 13, 2023
@ramonB1996
Copy link

ramonB1996 commented Apr 15, 2024

This is also an issue with ListViews and even CollectionViews: #21830

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
legacy-area-a11y Relates to accessibility platform/android 🤖 s/triaged Issue has been reviewed t/a11y Relates to accessibility t/bug Something isn't working
Projects
No open projects
Triage
Ready For Work
Development

No branches or pull requests

8 participants