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

Sorting using Arrays_Simulation #117

Open jasshan29goel opened 5 years ago

jasshan29goel commented 5 years ago

Defect description : In merge sort simulation the code cannot be scrolled down using the mouse ,also the scroll bar movement is not visible if it is scrolled down using arrow keys. Steps to reproduce the issue: list of experiments->Sorting using Arrays->simulation->merge sort. Expected result : the scrolling should work even with the mouse and the scroll bar should also move. Actual result : the scrolling does not work and also it cannot be scrolled by mouse.

issue