The Problem: Board Scrolls to Top After a Card Update
When you update a card using the side panel, the board may scroll back to the top of the page and lose your current scroll position. This makes it difficult to continue working on boards that require vertical scrolling — for example, a board with many swimlanes or a large number of work items.1
Identify Whether Scroll Loss or Infinite Loading Is the Issue
Before troubleshooting, confirm which symptom you are seeing:
2
Upgrade to a Version With Focus Preservation
The scroll-to-top behavior after card updates was addressed in a Planningboard release that preserves focus on the last edited row after a card update.
- Check your current Planningboard version: in Polarion, navigate to Administration > Nextedy PLANNINGBOARD (or your equivalent administration page) and note the installed version.
- Compare it against the release notes at Version Updates and Checking.
- If an updated version is available, follow the upgrade procedure described in Version Updates and Checking.
3
Verify the Board Reloads Correctly After a Card Save
Once you have upgraded:
- Open a Planningboard with enough swimlanes that the board requires scrolling.
- Scroll down to a swimlane in the lower half of the board.
- Click a card to open the side panel.
- Make a change to a field and save.
The exact mechanism for focus preservation (for example, whether it anchors to the swimlane row, the specific card, or the scroll offset) was not confirmed in the available source context. Observe the behavior in your environment after upgrading.
4
Work Around Scroll Loss If You Cannot Upgrade Immediately
If upgrading is not immediately possible:
- Use the keyboard: after saving a card, use your browser’s scroll position (
Page Down/ arrow keys) to navigate back to where you were. - Reduce swimlane count per board: consider splitting a very tall board into multiple Planningboard instances, each covering a subset of swimlanes, to reduce the scrolling distance lost on reload. See Configure Swimlanes (Rows) for swimlane filtering options.
- Filter by Plan range: narrow the board to a smaller set of Plans so fewer rows are rendered. See Filter Swimlanes by Plan Range.
5
Troubleshoot Infinite Loading (Page Never Finishes Loading)
If the board shows a loading indicator that never resolves — rather than scroll loss — the cause is often a network or firewall issue rather than a Planningboard bug.To diagnose:
- Open your browser’s developer tools (
F12). - Go to the Network tab.
- Reload the Planningboard page.
- Look for requests that are pending, blocked, or returning non-
200status codes (for example403,407,net::ERR_BLOCKED_BY_CLIENT, or long-stalled requests with no response). - If you see blocked or failed requests, contact your network administrator to allow the relevant endpoints.
6
Check the Browser Console for Errors
Whether you are experiencing scroll loss or infinite loading, the browser console often contains useful diagnostic information.
- Open developer tools (
F12) and go to the Console tab. - Reload the page or reproduce the action that causes the issue.
- Look for red error entries or warnings referencing Planningboard resources.
- Note the full error message and include it when reporting the issue to support.
Specific browser console error messages produced by scroll or focus issues are not documented in the available source context. If you encounter a specific error message, see Common Errors for general error resolution guidance.
Summary
See Also
- Version Updates and Checking — upgrade your Planningboard installation
- Network and Firewall Requirements — prerequisites for connectivity
- Common Errors — general error resolution
- Drag and Drop Issues — related board interaction issues
- Swimlane Expansion Issues — other board rendering issues
- Basic Board Interactions — overview of board navigation