fix: user context menu opens in an incorrect position on screen#8775
fix: user context menu opens in an incorrect position on screen#8775Maurizio-dcl wants to merge 3 commits into
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
|
|
Claude finished @Maurizio-dcl's task in 1m 52s —— View job Review
Root-Cause AssessmentProblem: Context menu opens at incorrect positions on screen, across resolutions and windowed/fullscreen modes. Root cause vs symptom: This is a root-cause fix. The secondary change — replacing Blocking IssuesNone found. Behavioral note (informational, not blocking): Removing SummaryClean, minimal fix. Stale-rect root cause correctly addressed. Removal of REVIEW_RESULT: PASS ✅ |
|
PR #8775, run #26229057670 Builds: Windows change, Windows baseline, macOS change, macOS baseline Framework 13 i7
|

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.