Button selection bug

Hi, I’m using Unity 2017.1 and try 2017.2. I have this bug with selection (gif). Is there any solution or should I invent some bicycles.

3280023--253718--Animation.gif

It looks like the select state is simply not turning off when you switch views to the settings menu. The trigger is probably when the mouse moves away, but this is not happening when the view changes. My guess is you will probably need to do that manually.

Thanks, but it’s a bad solution. I found solution. It’s bug with CanvasGroup. I turn “Interactable” in false when change panels. I disable it and it works.