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

Polynomial-Operations_Simulation #336

Open jiviteshjain opened 5 years ago

jiviteshjain commented 5 years ago

Description

Result linked list does not appear if there is no space on the screen under the 'Multiply' functionality, instead of being visible upon scrolling.

Steps to reproduce:

Go to this page and enter sufficiently long polynomial expressions such that the two input linked lists cover the whole page (depends on window width). Click on Multiply.

Expected Output:

The result linked list should appear below on the page, and should be visible upon scrolling.

Screenshot:

(Note the position of the scroll-bar at the right. The page is scrolled fully to the bottom, however there is no result linked list) Selection_014