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

Minimum-Spanning-Tree_Simulation #179

Open AbhishekShah1709 opened 5 years ago

AbhishekShah1709 commented 5 years ago

Defect Description: After creating some nodes, connect any two nodes. '1' appears on that connected edge.Remove that '1' and add some text.We cannot add 'z' to that text. On typing 'z' undo gets proccesed.

Steps to reproduce the issue: Click minimum spanning trees in data structures lab Start the simulation for the experiment Click on Draw Graph Create some nodes. Connect any two nodes Add some text instead of '1' which appears on the connected edge We cannot add 'z' to the text

Expected Result: We should be able to add 'z' to the text.

Actual Result: We cannot add alphabet 'z' to the text

1st image shows text before typing character 'z' 2nd image is taken as soon as 'z' is typed Screenshot from 2019-03-12 09-45-11 Screenshot from 2019-03-12 09-45-19