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

Dialogs in web pages in Firefox and Chrome now get browseMode if the parent document also has browseMode #7433

Merged
merged 6 commits into from
Aug 29, 2017

Commits on Jul 21, 2017

  1. NVDAObjects.behaviors.FocusableUnFocusableContainer: allow a way for …

    …a sub or super class to turn off automatic focusing of the first focusable descendant, by setting a special attribute.
    michaelDCurran committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    4ebe06b View commit details
    Browse the repository at this point in the history
  2. Dialogs in Firefox and Chrome content now will get browseMode if the …

    …parent document has a treeInterceptor.
    michaelDCurran committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    70b9412 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2017

  1. MSHTML VBufBackend: Although applications and dialogs should render t…

    …heir label when embedded in a document, we should not do this when the dialog or application is the root of the buffer as we lose all the content if this particular application or dialog gets browse mode itself.
    michaelDCurran committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    eff34ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6960f54 View commit details
    Browse the repository at this point in the history
  3. MSHTML virtualBuffer: dialogs embedded in a browseMode document now g…

    …et browseMode by default themselves.
    michaelDCurran committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    eda678b View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2017

  1. textInfos.TextInfo.getPresentationCategory: applications and dialogs …

    …should not be reported as a marker if they themselves are the root of the content.
    michaelDCurran committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    86331b3 View commit details
    Browse the repository at this point in the history