Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in version 2.3.0 but not 2.2.1: 'Uncought error: cannot call methods on tooltip prior to initialization' #365

Open
Greacusje opened this issue Oct 22, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@Greacusje
Copy link

Greacusje commented Oct 22, 2023

I am not an expert programmer, but i found that after updating from bs4Dash 2.2.1 to 2.3, my apps did not seem to react anymore (they did load, but nothing responded to input), while giving no errors or warnings whatsoever. After trying many things, i found the browser gave an error: 'Uncought error: cannot call methods on tooltip prior to initialization'.

I read it has something to do with the order of a jQuery thing of which i do not know anything. But reverting to version 2.2.1. fixed the issue for me.

Since i do not know if this is an issue specific to me, i thought i would give you guys a heads-up.

Love the bs4Dash package though!
Cheers,

@DivadNojnarg DivadNojnarg added the bug Something isn't working label Oct 23, 2023
@splendiduser
Copy link

I also noticed this bug when I wanted to play around with tooltips. The workaround I found was to set dashboardPage(help = NULL, ...). I cannot provide a minimum example because whenever I try to create one, things just work. So it's some combination of UI elements/Shiny structure and the help switch. My general app structure is that I use shinymanager around a bs4Dash page which includes several tabItems. Each tabItems is included as a Shiny module. Besides some standard Shiny widgets I mostly use some elements from shinyWidgets, DT tables, and plotly plots.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants