bkavuncu / GDO

GDO
MIT License
0 stars 1 forks source link

[SigmaGraph] Graph fails to render if app is started in maintenance mode #172

Open timt51 opened 7 years ago

timt51 commented 7 years ago

Steps to reproduce:

  1. Start up the cave; it will be in maintenance mode by default.
  2. Create a section and a SigmaGraph app instance.
  3. Switch maintenance mode off.
  4. Submit a graph to be rendered through the Control UI.

Result - graph fails to render properly: bug

The problem is that when the app starts up, it tries to figure out the size of the canvas the graph will be rendered in. But if we start the app in maintenance mode, the canvas doesn't exist yet (?).

The current work around is to turn off maintenance mode before launching the app.