virtual-labs-archive / data-structures-iiith

This repository contains sources to Data Structures Lab IIITH.
https://cse01-iiith.vlabs.ac.in/
Other
1 stars 73 forks source link

Polynomial-Operations_Simulation #234

Open jiviteshjain opened 5 years ago

jiviteshjain commented 5 years ago

Description

Invalid input causes the simulation to freeze, giving no way for the user to go back and correct their input. Not only does the simulation not check for invalid inputs and warn the user, but it doesn't even give the user a way to go back, leaving page reload as the only option.

Steps to reproduce:

Go to this page, and type :: in both the text boxes. Click 'Add' or 'Multiply'.

Expected Result:

The simulation should stop after warning the user of invalid input, and should go back to the input page.

Screenshot:

Actual: Selection_009 Note the absence of Home button at the right, which usually appears after the simulation is over. For comparison: Selection_010