almeidaxan / bfast-explorer

Breakpoint detection of Landsat pixel time series via BFAST-based algorithms, provided as a Shiny app
GNU General Public License v3.0
19 stars 20 forks source link

Tooltip disappears after updating input #2

Open almeidaxan opened 7 years ago

almeidaxan commented 7 years ago

Happening when calling bsTooltip(id = "select_index") on ui.R.

However, this issue is heavily dependent on an currently open issue from shinyBS.

As, for now, it's not fixable.

lecrabe commented 6 years ago

Hi Alexandre

I think this "https://github.com/rstudio/leaflet/issues/534" may provide a workaround

Add style="z-index:500;" to your fixedPanel in the ui. This will allow it to rendered above the leaflet panels. The panels are at a level of 400. Anything above that will be displayed on top.

Could you try ? We want bfast-explorer back!

Thanks

schloerke commented 6 years ago

Leaflet 2.0.1 is on cran. The z-index issue should be fixed.