If you leave the boxplot checkbox checked, then navigate "back" from the page, then navigate "forwards" to return to the Qurro plot, then the sample plot doesn't show up as a boxplot #291
Labels
bug
Something isn't working
You can get the sample plot to turn into a boxplot by unchecking-then-rechecking the boxplot checkbox.
This is a really obscure, silly bug, so IMO addressing it is relatively low priority. (Also, I'm pretty sure this shouldn't impact users who view Qurro plots by uploading to QZV files to view.qiime2.org, since you can't really navigate "forward" to the temporary page created by one of those -- although this might in theory impact Qurro visualizations that are stored on persistent URLs and then viewed on view.qiime2.org from there -- I'd have to check.)
In any case, I think the easiest solution here is just addressing #112, since these are caused by the same root issue—the prior "application state" [i.e. just a bunch of UI elements] isn't completely cleared when navigating away from / to the page, which is a symptom of this app being cobbled together from custom DOM manipulation, jQuery, and coffee rather than a framework like Angular ;)
The text was updated successfully, but these errors were encountered: