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

Graph Traversal_simulation #372

Open sshreevignesh opened 5 years ago

sshreevignesh commented 5 years ago

Defect description: The User can create nodes outside the visible simulation window by extending an edge from an already created node

Steps to reproduce the issue: List of Experiments Graph Traversals Simulator Create a node Click on the node and drag the cursor outside the simulation window

Expected result: The user should not be able to create nodes beyond the visible window

Actual result: The User can create nodes beyond the visible window

Screenshot: (Here we can see that nodes 1 and 3 are outside the window ) bug23