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

[SpeedDial] Fix navigation between SpeedDialActions #12725

Merged
merged 15 commits into from
Oct 3, 2018

Commits on Sep 2, 2018

  1. [SpeedDialAction] Fix react warnings

    className and classes.root was not applied to anything or forwarded to
    anything in the past. They should be implemented in the future however.
    
    A missing tooltipTitle caused a warning further down the component tree.
    eps1lon committed Sep 2, 2018
    Configuration menu
    Copy the full SHA
    fc30cbe View commit details
    Browse the repository at this point in the history
  2. [SpeedDial] Fix react warnings

    onKeyDown was applied to the button and the SpeedDialAction. However the
    Action did not process onKeyDown and passing the same
    event listener to different components is ambiguous.
    eps1lon committed Sep 2, 2018
    Configuration menu
    Copy the full SHA
    1dec0df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa15450 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18d9121 View commit details
    Browse the repository at this point in the history
  5. [SpeedDial] Implement navigation behavior

    Following the proposed spec with alternative B
    eps1lon committed Sep 2, 2018
    Configuration menu
    Copy the full SHA
    daabffc View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2018

  1. Configuration menu
    Copy the full SHA
    7f8e0b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6030dc5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb93565 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2018

  1. Configuration menu
    Copy the full SHA
    5407e45 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2018

  1. Configuration menu
    Copy the full SHA
    50b82e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1c10d8 View commit details
    Browse the repository at this point in the history
  3. [SpeedDial] switch from wrapping to clamping in keyboard navigation

    - FAB is included in navigation
    - Fixed potential issues when mixing keyboard and mouse navigation or
      refocusing a SpeedDial
    eps1lon committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    68e1d59 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2018

  1. Configuration menu
    Copy the full SHA
    9127496 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2018

  1. Configuration menu
    Copy the full SHA
    fb3d2d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2018

  1. Configuration menu
    Copy the full SHA
    0efc141 View commit details
    Browse the repository at this point in the history