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_Evaluation_Simulation #394

Open MohsinMamoon opened 5 years ago

MohsinMamoon commented 5 years ago

Issue: Numbers with greater than 4

digits are not displayed properly due to small size of the stack boxes.

Steps to reproduce:

  1. Go to http://cse01-iiith.vlabs.ac.in/exp2/Simulation.html?domain=Computer%20Science&lab=Data%20Structures
  2. Click on 'Expression Evaluation'.
  3. Enter values greater than 3 digits.
  4. Start the simulation.

Expected result: The numbers will be properly displayed throughout the simulation.

Actual result: The numbers aren't displayed properly in the stack and not even when evaluating out of the stack.

Screenshot:

Screenshot from 2019-03-17 19-01-32 Screenshot from 2019-03-17 19-05-37