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

Polynomials_via_Linked_Lists_simulation #322

Open AmoghTiwari opened 5 years ago

AmoghTiwari commented 5 years ago

Defect Description: Overwriting in display Steps to reproduce: Perform the multiply operation in the simulation After the simulation ends, go back using the home button Now perform the simulation again, either add or multiply operation Now, you will see some overwritten text Eg. "The node with degree 3 added/multiplied with node of degree 3" is overwritten on "The node with degree 3 multiplied with node of degree 3" ------The problem is that after going back to home after the multiplication operation, the screen is not cleared properly Expected Result: The text shouldn't be overwritten Actual result: Overwritten text Screenshot:/home/amogh/Desktop/Screenshot from 2019-03-17 12-21-46.png