Skip to content

Missing alert when submitting more than 200 genes in Gene List results in empty network page #161

@akikuno

Description

@akikuno

📋 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

  1. Open the Gene List input page.
  2. Enter more than 200 gene symbols.
  3. 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!

Metadata

Metadata

Assignees

Labels

bug🐛Bugweb🎨Web app and its user interface

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions