You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of expected behavior and the observed behavior
I run a script with a callback function that triggers after a button is clicked, and I've programatically added a button click at the end of the script. The callback function displays a busy spinner, and when I run the script using panel serve I get a never-ending busy spinner. This happens on panel version 1.4.1 and 1.4.0, but not 1.3.8.
Expected behaviour would be that the busy spinner would disappear once the callback function has finished running.
Complete, minimal, self-contained example code that reproduces the issue
ALL software version info
Python: 3.12.2
Panel: 1.4.1
Bokeh: 3.4.0
OS: Fedora 40 Silverblue (beta)
Browser: Firefox 124.0.1
Description of expected behavior and the observed behavior
I run a script with a callback function that triggers after a button is clicked, and I've programatically added a button click at the end of the script. The callback function displays a busy spinner, and when I run the script using
panel serve
I get a never-ending busy spinner. This happens on panel version 1.4.1 and 1.4.0, but not 1.3.8.Expected behaviour would be that the busy spinner would disappear once the callback function has finished running.
Complete, minimal, self-contained example code that reproduces the issue
Stack traceback and/or browser JavaScript console output
Screenshots or screencasts of the bug in action
The text was updated successfully, but these errors were encountered: