johanneszab/TumblThree

[Bug] Manager right-click context actions unavailable

elipriaulx opened this issue · 5 comments

In my debug build at the latest head, if I right click an item in the manager list I am presented with some contextual options. Half of these remain disabled despite right clicking on an item. Benign operations like "Copy URL" cannot be actioned. Selection is still acknowledged as many other actions are available.

This appears to be working fine in my test VM with the latest release; at this point I am unsure what is different.

copyurlissue

Ok - a pattern!

At startup, if I right click on an item immediately without selecting one first, the applications becomes stuck in a state where some context actions are disabled. If I click and select a row first and then right click, everything is happy and I can then immediately right click on other rows as expected.

copyurlissue2

I always wondered about that. I've been dealing with this on and off throughout the year but never understood why

I guess now you know you are not crazy. haha. It confused the hell out of me too.
I'm keen to separate the service level components from the view models a bit more - I think that would make this sort of thing easier to avoid. I think the current PR I have put forward solves this specific issue for now though.

I've had this seldom happening as well, but I never cared/had the time to sort it out :).

Thanks again @gpriaulx for fixing it and creating the pull request!

No problem ^^