NAVADMC / ADSM

A simulation of disease spread in livestock populations. Includes detection and containment simulation.
Other
10 stars 5 forks source link

Right side fly-out menu does not work on "Vaccination Global" tab #868

Closed ConradSelig closed 5 years ago

ConradSelig commented 6 years ago

When on the "Vaccination Global" tab none of the right hand menus open when clicked on. This appears to be the only tab with this problem.

ConradSelig commented 6 years ago

My original thought was that a certain .css file was not being loaded preventing the button from linking to the correct places. This does not seem to be the case. This is the file path for the "Vaccination Global" tab:

base.html -> navigationPane.html -> MainPanel.html -> Fragment.html -> VaccinationGlobal.html

and here is the path for "Controls" (a page with working buttons)

base.html -> navigationPane.html -> MainPanel.html -> Fragment.html -> Crispy-Singleton-Form.html

Neither VaccinationGlobal.html or Crispy-Singleton-Form.html have any imports that effect whether or not the buttons work.

ConradSelig commented 6 years ago

When working on #871 I did a lot of copy and pasting. The new "Destruction Global" tab also does not have a working fly-out menu. Clearly something is missing from both of these new tabs.

BryanHurst commented 5 years ago

This also happens on Destruction Global.

We need to confirm that this doesn't happen anywhere else, but I'm going to guess that these two pages are isolated since there are some other UI bugs around them as well.

missyschoenbaum commented 5 years ago

The function menu does open when you get to the vaccination capacities, as user would expect. Same on destruction, the function will pull out on the capacity as expected, but none of the others will.

ConradSelig commented 5 years ago

Commit #c325877 seems to have fixed this issue as well. Sending to testing.

missyschoenbaum commented 5 years ago

OK, I ran down both Vaccination Global and Destruction Global and they look good.