Skip to content

Conversation

Rohini-Microsoft
Copy link
Contributor

Purpose

When accessing a task page through a copied URL from one browser tab to another, the task information fails to load. The page shows a loading spinner indefinitely, and the task details are not displayed. Upon inspection, it's found that the task ID is missing in session storage.

Does this introduce a breaking change?

  • Yes
  • No

How to Test

  1. Open the application in one browser tab.
  2. Navigate to a task and select a specific task (the URL should change to reflect the task ID).
  3. Copy the URL from the browser’s address bar.
  4. Open a new tab in the same browser.
  5. Paste the copied URL in the new tab and press enter.
  6. The session storage should retain the correct task ID, ensuring the task data is fetched properly
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install

What to Check

The task page should load with the task information correctly displayed.
The session storage should retain the correct task ID, ensuring the task data is fetched properly

@Roopan-Microsoft Roopan-Microsoft merged commit 6ced00c into hotfix Mar 18, 2025
5 checks passed
@github-actions
Copy link

🎉 This PR is included in version 1.3.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

blessing-msft pushed a commit that referenced this pull request Aug 1, 2025
fix: Task page does not load properly when URL is copied from one tab to another
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants