camlab-bioml / cytomarker

Interactive design and validation of antibody panels using single-cell atlases
https://camlab.shinyapps.io/cytomarker/
Other
2 stars 0 forks source link

clicking on tooltips in shinyapps causes the page to require a refresh #79

Closed matt-sd-watson closed 2 years ago

matt-sd-watson commented 2 years ago

possible result of using a yaml file to hold tooltip information. When the tooltips are clicked, the app on shinyapps is prompted to create a new URL

kieranrcampbell commented 2 years ago

Wow nice catch, that is bizarre. Is this new in shiny dashboard?

matt-sd-watson commented 2 years ago

Wow nice catch, that is bizarre. Is this new in shiny dashboard?

This happens in both fluid pages and the shiny dashboard layout. I think that it can be modified using a bsPopover input instead of tooltips, similar to how other online shiny produces its tips.