Code Monkey home page Code Monkey logo

Comments (7)

dpaulino avatar dpaulino commented on May 24, 2024

How does one make the information in the pop reachable by narrator?

from ambie.

dpaulino avatar dpaulino commented on May 24, 2024

Is it AutomationProperties.Name?

from ambie.

chingucoding avatar chingucoding commented on May 24, 2024

The issue I saw is that you cannot navigate to the flyout itsself. Navigating with the arrow keys doesn't allow you to get to the text of the flyout.

from ambie.

dpaulino avatar dpaulino commented on May 24, 2024

I see. I think you can't do that right now because the textblocks are not focusable. Is there a UIA way of making them focusing only when screen reader is turned on? Or do I have to add a tabstop for these textblocks? Any chance you know?

from ambie.

chingucoding avatar chingucoding commented on May 24, 2024

I would raise a WindowOpened event which should let narrator announce the content of the popup. TeachingTip does the following when light dismiss is enabled:

    // We only report as a window when light dismiss is enabled.
    if (winrt::get_self<TeachingTip>(GetTeachingTip())->IsLightDismissEnabled() &&
        winrt::AutomationPeer::ListenerExists(winrt::AutomationEvents::WindowOpened))
    {
        RaiseAutomationEvent(winrt::AutomationEvents::WindowOpened);
    }

from ambie.

chingucoding avatar chingucoding commented on May 24, 2024

Any updates on this and #54 @dpaulino?

from ambie.

dpaulino avatar dpaulino commented on May 24, 2024

This is now obsolete. The about pop up no longer exists

from ambie.

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.