-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Pressing space on MdCheckbox scrolls the page #162
Labels
Accessibility
This issue is related to accessibility (a11y)
P2
The issue is important to a large percentage of users, with a workaround
Milestone
Comments
hansl
added
P2
The issue is important to a large percentage of users, with a workaround
Accessibility
This issue is related to accessibility (a11y)
effort1: easy (hours)
labels
Mar 15, 2016
traviskaufman
added a commit
to traviskaufman/material2
that referenced
this issue
Mar 16, 2016
This commit ensures that when a checkbox element is focused, spacebar `keydown` events will not bubble up to window, causing side effects like page scrolling. This commit also fixes an issue as part of this change where the component could still be focused even when it was disabled. Finally, some of the test code has been cleaned up and corrected. Fixes angular#162
traviskaufman
added a commit
to traviskaufman/material2
that referenced
this issue
Mar 16, 2016
This commit ensures that when a checkbox element is focused, spacebar `keydown` events will not bubble up to window, causing side effects like page scrolling. This commit also fixes an issue as part of this change where the component could still be focused even when it was disabled. Finally, some of the test code has been cleaned up and corrected. Fixes angular#162
traviskaufman
added a commit
to traviskaufman/material2
that referenced
this issue
Mar 17, 2016
This commit ensures that when a checkbox element is focused, spacebar `keydown` events will not bubble up to window, causing side effects like page scrolling. This commit also fixes an issue as part of this change where the component could still be focused even when it was disabled. Finally, some of the test code has been cleaned up and corrected. Fixes angular#162
traviskaufman
added a commit
to traviskaufman/material2
that referenced
this issue
Mar 17, 2016
This commit ensures that when a checkbox element is focused, spacebar `keydown` events will not bubble up to window, causing side effects like page scrolling. This commit also fixes an issue as part of this change where the component could still be focused even when it was disabled. Finally, some of the test code has been cleaned up and corrected. Fixes angular#162
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Accessibility
This issue is related to accessibility (a11y)
P2
The issue is important to a large percentage of users, with a workaround
We need to prevent the event from bubbling in this case.
The text was updated successfully, but these errors were encountered: