AbilityPicker - strange handling of wrong click #420
Comments
|
how to reproduce it? I mean is there any init.txt for such case? |
|
To Reproduce:
|
|
Yes, easy reproducible. I believe it is related to losing focus on custom component. |
|
I guess best solution would be to let it open until user chooses an ability or the cancel selection. Because when I think about the situations I face this behaviour I guess nearly 100% of the situations I did reopen the ability picker and select the ability. But as you said, this is maybe the solution that is harder to implement. So closing the ability picker as the user clicks outside the window is all the way better than the current behaviour of the function. Maybe a possible solution is to make the window modal, so it can't loose the focus. |
|
Was recently fixed. |
If the ability picker is open (e.g. if a permanent has two activated ability) and you click for some reason not at one of the possible choices in the picker but on a permanent or card instead, the ability picker stays open.
But as you click now on one of the choices the ability picker closes (as normal) but ignore your click. Can be quite frustrating as you sometimes tap now mana and click ok, without realizing the spell is not cast. So your mana is wasted.
Expected behaviour:
Best - The ability picker selects the choice with your click instead of only closing.
Second best -The ability picker closes as soon as you click at another card or permanent.
The text was updated successfully, but these errors were encountered: