-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Work Item - Search - Saved custom filters
-
None
-
Minor
Issue Summary
On the left bar, if you keep switching filters and clicking on work items, it will eventually break the UI. For example, while on a filter, the URL would be>
<instance>/issues/?filter=<id>
When you click on an issue
<instance>/issues/?filter=<id>&selectedIssue=<WI>
If you keep doing that and changing filters also, you will eventually break the UI, where the URL will change accordingly but the view won't. For example:
<instance>/issues/?filter=<id>
Should show the filter, but would still be displaying the work item. No relevant error on the developer console
Steps to Reproduce
- Click on the quick filters
- Click on work items
- Go back and click on a different filter
- Repeat. Seems random
Expected Results
It would display what the URL points to
Actual Results
The UI will appear frozen
Workaround
Refresh the page.