ForNeVeR / CyclopsChat

WPF-based XMPP chat application.
MIT License
21 stars 5 forks source link

It's hard to change the room subject #30

Closed ForNeVeR closed 7 months ago

ForNeVeR commented 2 years ago

Enter any room where you're allowed to change the subject, and try to do it.

The "Ok" button in the subject change dialog becomes inactive almost instantly after you enter any text. image

Sometimes, it's possible to click it and change the subject, but mostly not.

Probably it's because the Ok RelayCommand in the InputDialog uses something called WeakFunc for the command availability, and it's possible that the action gets garbage collected too early?

ForNeVeR commented 8 months ago

I assume the reason for this behavior is similar to #83.