New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
right-clicking file that user 2 downloads points to user 1 #297
Comments
The general issue is that items aren't selected automatically when right-clicking them, right? |
Yes, that's an accurate description of what I encountered. You have to left click something first before right clicking it. |
Can you test this branch? |
I'm testing the branch, how would you describe the change? I'm not sure what I should notice. |
The behavior is modified in the search view, download list and upload list. If you right-click a row, it is now selected, and the popup menu appears. You can still select multiple rows by selecting an initial row, holding down shift, and selecting another one. If you then right-click a new row outside the selected ones, the previous rows will be unselected, and the new row will be selected instead. (The behavior should be the same as most other programs with list/tree views) |
Make sure that these changes are in your local copy: mathiascode@a2b2062 |
Oh my, for some reason the branch did not get installed. Now it's working. Yes, much better! Thanks! |
Sweet, thanks for confirming! |
I sometimes check if people really share a nice collection or just a few dirs. So today two guys were downloading something. I right-clicked the username and checked his collection. After that I right-clicked on a file the second guy was downloading and in the menu I saw the name of Mr. 1. I had to click the username and then I got the right user.
The text was updated successfully, but these errors were encountered: