Can Tap Blocked Users
Deantwo
I was in an instance with a user that had me blocked. I was confused when I tapped the screen where the person was supposedly standing and the quick menu popped up with their profile. It seemed to happen when I tapped where the person's feet supposedly were.
It was a group public instance where I had instance moderation powers, and I don't know if that is related to reproducing this issue.
- Be in group instance with instance moderation powers.
- Have a user, that has you blocked, stand somewhere you can find
- Tap the screen where their feet would be
I will see about testing it without instance moderation powers.
Log In
Deantwo
I think the issue might be that VRChat just shrinks a blocked player into a tiny 0-sized speck, which you normally can't reasonably select with a cursor. However on a touchscreen, your finger tap is basically a shotgun blast, hitting everything in that general area of where you are tapping on the screen. So you are basically selecting a very hard to select person.
If my theory is correct, the issue could likely be easily solved by making blocked users not selectable when clicked on.
if (selectedPlayer.IsBlocked) continue;