📋 Description
When submitting a Gene List containing more than 200 genes, the application is expected to display an alert message indicating that more than 200 genes cannot be entered. However, the alert is not shown, and instead, a blank network page is opened.
Expected behavior
- An alert message should be displayed when the Gene List contains more than 200 genes.
- The network page should not open unless the input satisfies the gene count limit.
Actual behavior
- No alert message is displayed.
- The application proceeds to open the network page.
- The network page appears blank with no content.
Steps to reproduce
- Open the Gene List input page.
- Enter more than 200 gene symbols.
- Submit the Gene List.
Possible cause
The validation check for the maximum number of genes may not be properly triggered before navigating to the network page.
Suggested fix
Ensure that the gene count validation is executed before page navigation, and block navigation if the number of genes exceeds the allowed limit.
🔖 TSUMUGI Version
1.0.2
🎯 Expected Behavior
No response
⚠️ Error message
No response
📎 Anything else?
Thanks to @kinari-labwork for reporting the issue!
📋 Description
When submitting a Gene List containing more than 200 genes, the application is expected to display an alert message indicating that more than 200 genes cannot be entered. However, the alert is not shown, and instead, a blank network page is opened.
Expected behavior
Actual behavior
Steps to reproduce
Possible cause
The validation check for the maximum number of genes may not be properly triggered before navigating to the network page.
Suggested fix
Ensure that the gene count validation is executed before page navigation, and block navigation if the number of genes exceeds the allowed limit.
🔖 TSUMUGI Version
1.0.2
🎯 Expected Behavior
No response
No response
📎 Anything else?
Thanks to @kinari-labwork for reporting the issue!