thegrumpys / odop

Open Design Optimization Platform (ODOP) - Coil spring design app; mechanical springs; compression spring, extension spring, torsion spring
https://www.springdesignsoftware.org
MIT License
4 stars 5 forks source link

Alert black triangle can present stale data #907

Closed grumpyinca closed 3 months ago

grumpyinca commented 3 months ago

Summary:

Under specific circumstances, it is possible for a black alert triangle to present stale data. It is possible that this issue is related to issue #906.

Steps to recreate:

  1. initialize the ODOP app (browser refresh, click the ODOP icon in upper left; expect to default to compression spring)
  2. File:Open Piston-Cylinder Startup
  3. Change RADIUS 0.03
  4. Observe that black triange and its tooltip text associated with RADIUS MIN are correct
  5. File:Open Piston-Cylinder Startup
  6. Observe black triangle on RADIUS Min <-- bug
  7. Observe that tooltip text of black triangle displays state data (value of 0.03) <-- bug
grumpyinca commented 3 months ago

Fixed in #906. No code in this branch. Closing.