virtual-labs-archive / computer-programming-responsive-iiith

This repository contains the responsive Computer Programming Lab IIITH
https://cse02-iiith.vlabs.ac.in
Other
1 stars 325 forks source link

Computer-programming_Array-simulation #395

Open Naman14092000 opened 5 years ago

Naman14092000 commented 5 years ago

Defect Description :

In 1-D array simulation, on selecting "Generate random values", the box for manual values should not take any input but it is taking.

Steps to reproduce:

  1. Click on "Arrays" experiment. 2.On top, there is simulation button, click on it. 3.Click on 1-D Arrays. 4.In "Enter array size",type 5. 5.Click on "generate random values.
  2. Now to click on box below "Enter values manually".

    Expected Result:

    In should not take any input as we have selected "generate random values"

    Actual Result:

    It is accepting input. Screenshot from 2019-03-17 15-03-52

Naman14092000 commented 5 years ago

fixed. commit ID : eb23d82

DevikaBoddu commented 5 years ago

Valid fix: @Naman14092000