Closed ghost closed 5 years ago
Using your example, if I drag the slider around slowly but continually (presumably causing a series of redraws) I do see the progress notifications, which makes me think that the progress notification code must have some kind of timer that only shows the notification when it thinks the process is going to or is taking long enough to warrant the notification. But honestly, I don't know anything about that code... maybe you should ask the shiny
developers?
Ok thanks for looking at it. I will cross post as a shiny issue. There is an explicit timer in the progress bar, so it should always render as it is big enough even if it has some timer implemented that only renders on long delays.
after some experimentation, I'm pretty sure this is caused by the same issue in #214
there's a PR #215 that would probably fix this, but it hasn't been merged yet
issue in Shiny repo is here https://github.com/rstudio/shiny/issues/2329
Looks like this is/will be finally fixed upstream with https://github.com/rstudio/shiny/commit/3d117807ac4ffe14942e41edd8e8a5b364dc80a6
will close this issue once I have verified it
This issue has been resolved with the dev version of shiny
and should be released on CRAN soon as shiny v1.3.3
.
Hi, I have some issues with progress bars in Shiny and the package networkD3. If I try to use a progress bar and the networkD3 package, the bar shows up once but not in subsequent calls. But each time the slider is used the progess bar should appear, which is the case without the sankey diagram. I tested in Chrome. Here is a minimum example code:
In my use case I use several progress bars and none are displayed if I include the flow diagram. I do not think it is a Shiny issue as it only occurs with this package. Thanks, Christian