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

Differentiate preselected from just selected text #9909

Merged
merged 1 commit into from
Jul 11, 2019

Commits on Jul 10, 2019

  1. Differentiate preselected from just selected text

    The order of selection messages for preselected and just selected text
    neesd to be different. When a control with preselected text gains focus,
    we must inform them it is selected first so they do not unintentionally modify the
    text. When a user intentionally selects text, the 'selected' part of the message is
    still important (for users who may not be familiar with a command), but
    the text selected is more important.
    
    This commit differentiates and documents the differences here with
    helper methods to make these announcements.
    feerrenrut committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    82a827e View commit details
    Browse the repository at this point in the history