GithubHelp home page GithubHelp logo

Comments (2)

smhigley avatar smhigley commented on July 23, 2024

This is actually intentional -- the way the "not found" text is exposed to screen readers is as an item in the listbox, via aria-activedescendant (which is how everything in the popup is exposed, since focus remains in the input). Since the "not found" text is technically a listbox option, that's where the "list" and "1 of 1" information is coming from.

The placeholder isn't read because it's not shown -- that's also on purpose, and build into NVDA's own internal logic. This isn't a bug because it's also not shown to sighted users, and technically the placeholder is still programmatically exposed, so a screen reader could decide to expose it to the user if they felt it was relevant.

Important information and labels should never be put in placeholder text because it's not consistently exposed. If you're getting bugs around the placeholder text not being read at a given point, that's probably an indication that you have information in the placeholder that should be taken out and exposed as text somewhere else, where it won't be conditionally unavailable.

Hope that helps! I'm resolving this issue as by design, but feel free to re-open or reach out on Teams if you have any other questions!

from fluentui.

NewFuture avatar NewFuture commented on July 23, 2024

Thanks @smhigley

from fluentui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.