bug(MatSlider): the slider remains focused when dragging out of the window and back again. #18888
Labels
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Reproduction
Use StackBlitz to reproduce your issue: https://material.angular.io/components/slider/overview
Steps to reproduce:
Seeing
mat-slider
element in the inspecter at 4, the classes remains such ascdk-focused
cdk-mouse-focused
mat-slider-sliding
.Expected Behavior
When moving back in the window, focus is released and the slider doesn't move with the mouse.
As if you chose v8 or earlier and did the same in https://material.angular.io/components/slider/overview.
Actual Behavior
focus isn't released and the slider moves with the mouse.
Environment
The text was updated successfully, but these errors were encountered: