wallaceEcoMod / wallace

an interactive, reproducible, expandible, instructional, and open-source GUI-based app for ecological niche modeling
https://wallaceecomod.github.io/
GNU General Public License v3.0
133 stars 46 forks source link

Menu does not disappear #346

Closed Pgalante closed 3 years ago

Pgalante commented 3 years ago

multiSp branch: In Env Data component/WorldClim Bioclims module, selecting bioclim variables button will not minimize after clicked

andrepazv commented 3 years ago

Well I got it to close but it is annoying and this was not a problem before. Assigning Gonzalo because this happened along with some of the new GUI changes

gepinillab commented 3 years ago

Can someone send me a screenshot about this issue? I am not able to reproduce it, and everything works fine on my machine. Is there an error in the R console?

Pgalante commented 3 years ago

wallaceMenu

gepinillab commented 3 years ago

Is there an error in the R console?

gepinillab commented 3 years ago

@Pgalante a big favor. Can you check if this problem also happens when using Chrome? If no, this means that pickerInputs do not work for all browsers.

Pgalante commented 3 years ago

I don't have chrome, unfortunately.

gepinillab commented 3 years ago

Is there an error in the R console? Also, can you let me know which version of shinyWidgets is installed on your machine?

andrepazv commented 3 years ago

I tested in chrome and same issue with shinyWidgets 0.5.0

gepinillab commented 3 years ago

Thanks!

Please, Can you update to shinyWidgets 0.6.0 and see if the issue happens again?

gepinillab commented 3 years ago

https://cran.r-project.org/web/packages/shinyWidgets/news/news.html

It looks like the was a problem with pickerInputs related to a new version of Shiny. Whenever you have time, please install the latest version of shiny and shinyWidgets and let me know if the issue persits.

Thanks!

Pgalante commented 3 years ago

the shinyWidgets update solves it! Thanks, Gonzalo.

gepinillab commented 3 years ago

Excellent!

I will specify the version of the package in the DESCRIPTION file.

Pete, thanks for letting us know!