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

Shortest-Paths_Simulation #378

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 Shortest Paths in Graphs Simulation 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 nodes 1,3 and 4 are outside the visible window) bug24