fix: user context menu opens in an incorrect position on screen - #8775
Conversation
- Moved backgroundWorldRect calculation from OnViewInstantiated() to OnBeforeViewShow()
|
Windows and Mac build successful in Unity Cloud! You can find a link to the downloadable artifact below. |
This comment has been minimized.
This comment has been minimized.
|
Claude encountered an error —— View job Review
|
This comment has been minimized.
This comment has been minimized.
|
PR #8775, run #26229057670 Builds: Windows change, Windows baseline, macOS change, macOS baseline Framework 13 i7
|
This comment has been minimized.
This comment has been minimized.
|
PR #8775, run #26761841566 Builds: Windows change, Windows baseline, macOS change, macOS baseline Framework 13 i7Values are the median across 3 run(s); the (min–max) range shows how much the runs varied. A metric is only flagged when the change is larger than both the 3% threshold and that run-to-run variation.
|
|
Claude finished @Maurizio-dcl's task in 3m 7s —— View job Review
Root-Cause AssessmentProblem: Context menu opens at an incorrect position across different resolutions and windowed/fullscreen modes. Root cause vs symptom: This is a root-cause fix. The Blocking IssuesNone found. Behavioral note (informational, not blocking): Removing SummaryClean, minimal fix. Stale-rect root cause correctly addressed by moving computation to REVIEW_RESULT: PASS ✅ |
|
PR #8775, run #26808076333 Builds: Windows change, Windows baseline, macOS change, macOS baseline Framework 13 i7Values are the median across 3 run(s); the (min–max) range shows how much the runs varied. A metric is only flagged when the change is larger than both the 3% threshold and that run-to-run variation.
|
DafGreco
left a comment
There was a problem hiding this comment.
✔️ PR reviewed and approved by QA on both platforms following instructions playing both happy and un-happy path
Regressions for this ticket had been performed in order to verify that the normal flow is working as expected:
- [✔️ ] Backpack and wearables in world
- [✔️ ] Emotes in world and in backpack
- [ ✔️ ] Teleport with map/coordinates/Jump In
- [ ✔️ ] Chat and multiplayer
- [ ✔️ ] Profile card
- [✔️ ] Settings
Evidence

Pull Request Description
Fix #8768 and #8767
What does this PR change?
Moved backgroundWorldRect calculation from OnViewInstantiated() to OnBeforeViewShow() in GenericContextMenuController
Test Instructions
These steps need to be verified in both windowed and fullscreen mode, and on different resolutions as well.
Test Steps
Quality Checklist
Code Review Reference
Please review our Branch & PR Standards before submitting. It explains the automated review flow, QA/DEV approval requirements, and what each label does — especially useful for first-time contributors.