-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Ripple 'sticks' if using UI Router in the app under certain conditions #5434
Comments
+1 seeing it on windows 7 with chrome as well. Looks like md-focused is being added on the return. |
@devversion this might be close after you fix (#5589) will be merged am i right? |
Yes, your right, thanks for referencing that issue. |
Sidenav want's to restore focus after the pane gets closed, this should only happen for keyboard interactions. The service got created to use that feature for other components too Fixes angular#5563 Fixes angular#5434 Closes angular#5583 Closes angular#5589 feat(interaction): add test for interaction which fakes a keyboard input and validates it test(interaction): add interaction spec for mousedown event + formats 4 spaces to 2 style(interaction): fix styling of the previous commits
Sidenav want's to restore focus after the pane gets closed, this should only happen for keyboard interactions. The service got created to use that feature for other components too Fixes angular#5563 Fixes angular#5434 Closes angular#5583 Closes angular#5589 feat(interaction): add test for interaction which fakes a keyboard input and validates it test(interaction): add interaction spec for mousedown event + formats 4 spaces to 2 style(interaction): fix styling of the previous commits test(sidenav): add sidenav focus restore test triggered by keyboard test(sidenav): add focus restore test for mouse and patch other one fix(sidenav): test
Sidenav want's to restore focus after the pane gets closed, this should only happen for keyboard interactions. The service got created to use that feature for other components too Fixes angular#5563 Fixes angular#5434 Closes angular#5583 Closes angular#5589 feat(interaction): add test for interaction which fakes a keyboard input and validates it test(interaction): add interaction spec for mousedown event + formats 4 spaces to 2 style(interaction): fix styling of the previous commits test(sidenav): add sidenav focus restore test triggered by keyboard test(sidenav): add focus restore test for mouse and patch other one fix(sidenav): test fix(sidenav): replace deprecated methods, and remove aria label test(sidenav): revert deprecated methods.
@Todd-Werelius, thanks for including GIF and raising issue. @devversion facing similar issue for "md-radio-button" with "md-no-ink" flag set. I am getting ripple effect when tab loses focus and gains back again. Also this ripple effect stops after toggling radio buttons few times. Thanks. |
@JaySardhara Yeah can see that. Once #7965 is ready, we should be able to fix this easily. Thanks for the ping |
@devversion that is great !! |
FYI - merge of #7965 has been delayed until 1.1.2 or later. |
This is an odd one, but since so many people use UI-Router it might be worth looking at
Possibly related to or interacts with #5294 #5046
To Reproduce ( Using Chrome + Windows 10 or Codpen Example )
This gif loop probably explains it better ;-)
The text was updated successfully, but these errors were encountered: