Some properties in Roblox Studio reference texture assets such as the Decal.Texture or MaterialVariant.ColorMap properties. These properties usually show a pop-up when clicked on them. The pop-up has a ‘URL’ field, a ‘Search’ field and a list of images below it. When you right-click inside either the ‘URL’ or ‘Search’ input fields, a small context menu pops-up with copy, paste, and other controls. Inside this menu you would expect the mouse cursor to be the normal pointer cursor. However, the cursor does not change away from the cursor you have when hovering over a text field. The image below shows what this looks like. The cursor icon in the middle of the screen is not the usual pointer icon.
To fix this, you need to move your cursor outside of the context menu first and then back inside of the menu. This cursor problem seems to only occur when right-clicking one of the two text fields of the aforementioned texture selection pop-up window. I do not see it happen anywhere else.
Expected behavior
I expect my cursor to change back to the regular cursor when right-clicking the text fields.