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

Expression trees_Simulations #314

Open shradhasehgal opened 5 years ago

shradhasehgal commented 5 years ago

Defect description :

Longer expressions overlap with the calculator and also exceed screensize

Steps to reproduce the issue:

Click on the list of experiments
Click on Expression tree
Try out longer expressions and observe the simulation

Expected result:

The simulation should be easy on the eyes with no overlap with on-screen elements. An easy fix would be to simulate the expression below the calculator than to its side. Also, to handle the simulation exceeding screensize, we can put a limit on the length of the expression to be calculated or make the application responsive (in order to automate size adjustment)

Screenshots:

screenexceed