Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

fix(modal) Implement W3-compliant tabbing on the modal - no tabbing into the background document #2461

Closed
wants to merge 3 commits into from

Commits on Jul 6, 2014

  1. initial implementation using focus events

    this is the initial implementation... doesn't do shift-tab wrap around
    the other way. Tests also aren't working because simulated tab keypress
    event isn't changing document.activeElement.
    jmwolfe committed Jul 6, 2014
    Configuration menu
    Copy the full SHA
    e287418 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2014

  1. (modal) Add "keep tabbing on modal" functionality

    Updates of modal and testing updates to support W3 specification for
    tabbing through form elements.
    jmwolfe committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    7125b25 View commit details
    Browse the repository at this point in the history
  2. Changed outline of select highlight to black

    Changed the focus ring color to black to raise less questions when users
    see it.
    jmwolfe committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    f679a72 View commit details
    Browse the repository at this point in the history