Skip to content

Zoom In behavior to Object via Chat After Region Change #4715

@calebrosia

Description

@calebrosia

Steps to Reproduce:
User A and User B are in the same region
User A rezzes a prim and enters script

default
{
touch_start(integer total_number)
{
llSay(0, "Touch: llSay");
llWhisper(0, "Touch: llWhisper");
llShout(0, "Touch: llShout");
}
}

User A touches prim to emit and Object chat event
User B is able to Zoom In via Object chat event (right-click, Zoom In)
User B teleports away to a region that is not bordering the original region
User B right-clicks on the Object chat event

Actual Result
Object chat is still allowing User B to "Zoom In"
During this stale window, clicking "Zoom In" attempts to zoom the camera, but since you are not connected, the camera only moves within the region in the general direction of the object
Impact: This can confuse users, as the UI suggests the feature is available when it is not.

Expected Result
Consider immediately invalidating or disabling the "Zoom In" option when the region connection is dropped or the agent moves away, rather than waiting for a timeout.

Reference: #4474



This repo is using Opire - what does it mean? 👇
💵 Everyone can add rewards for this issue commenting /reward 100 (replace 100 with the amount).
🕵️‍♂️ If someone starts working on this issue to earn the rewards, they can comment /try to let everyone know!
🙌 And when they open the PR, they can comment /claim #4715 either in the PR description or in a PR's comment.

🪙 Also, everyone can tip any user commenting /tip 20 @calebrosia (replace 20 with the amount, and @calebrosia with the user to tip).

📖 If you want to learn more, check out our documentation.

Metadata

Metadata

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions