Skip to content

bsPopover (tooltip) not working in shinyapps.io #144

@matt-sd-watson

Description

@matt-sd-watson

I have rendered a bsPopover element that works nicely with a clickable tooltip in a shiny app. It works as expected locally, but does not function in shinyapps.io. The simplified code is here:

fluidRow(column(5, div(
                id = 'q1_div',
                h4(
                  'Input scRNA-seq',
                  bsButton(
                    inputId = 'q1_input',
                    label = '',
                    icon = icon(name = 'question'),
                    style = 'info',
                    size = 'extra-small'
                  )
                ),
                bsPopover(
                  id = 'q1_input',
                  title = 'Input scRNA-seq file',
                  content = 'upload SCE',
                  placement = 'right',
                  trigger = 'focus')

Is there any explanation for why popovers might work locally but not in shinyapps?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions