-
Bug
-
Resolution: Fixed
-
Low
-
None
-
10
-
Minor
-
3
-
Issue Summary
When trying to load the Forms with many linked Jira fields in a large table, it will take a long time to load or cause a scroll freeze.
Steps to Reproduce
- Create a Form with a large table, and insert linked Jira field to all the table cells
- Add the Form to an issue
- Load the issue
Expected Results
The Form will load quickly
Actual Results
The Form takes a long time to load
The linked Jira fields in the form trigger re-renders of the entire form when their values get updated during the initial loading of the page, which results in scroll freeze.
Workaround
Take measures like removing the background color to mitigate the issue.