Frontmatter
| id | 8547 |
| title | fix: Portal App tree navigation scrolling behavior |
| state | Closed |
| labels | bugai |
| assignees | tobiu |
| createdAt | Jan 11, 2026, 3:59 PM |
| updatedAt | Jan 11, 2026, 4:00 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8547 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 11, 2026, 4:00 PM |
fix: Portal App tree navigation scrolling behavior
tobiu assigned to @tobiu on Jan 11, 2026, 3:59 PM

tobiu
Jan 11, 2026, 4:00 PM
Input from Gemini 3 Pro:
✦ Implemented the fix in
apps/portal/view/news/tickets/MainContainerController.mjsandapps/portal/view/news/release/MainContainerController.mjs.The
onRouteItemmethod now checksoldValueto conditionally skipscrollToItemif staying within the same module context.
tobiu closed this issue on Jan 11, 2026, 4:00 PM
Ensure
scrollToItemis only triggered when the top-level module (route) changes (e.g., initial load or switching from a different module), but not when navigating between items within the same module (e.g., tickets or releases).