Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

fix(checkbox): properly show focus effect #9827

Merged
merged 1 commit into from
Oct 21, 2016

Conversation

devversion
Copy link
Member

@devversion devversion commented Oct 12, 2016

  • Right now (as same as with the button) the focus will be automatically restored when switching the browser tabs (this is bad UX).
  • Using the new $mdInteraction service could remove the random $timeout and just fix this issue easily.

References #7963. References #8749.

* Right now (as same as with the button) the focus will be automatically restored when switching the browser tabs (this is bad UX).

* Using the new $mdInteraction service could remove the random $timeout and just fix this issue easily.
@devversion devversion added the needs: review This PR is waiting on review from the team label Oct 12, 2016
@ThomasBurleson ThomasBurleson added needs: presubmit and removed needs: review This PR is waiting on review from the team labels Oct 12, 2016
@ThomasBurleson
Copy link
Contributor

👍 nice work!

Copy link
Contributor

@clshortfuse clshortfuse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Breaking change: Focusing an item over Javascript if the last operation wasn't keyboard won't give elements focus CSS

http://codepen.io/shortfuse/pen/LRAarO

@jelbourn jelbourn merged commit 002207c into angular:master Oct 21, 2016
@devversion devversion deleted the fix/checkbox-focus-restore branch October 21, 2016 21:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants