Closed milesmedina closed 1 year ago
@milesmedina, the documentation demo you used is a good test. Got it replicated - in R console only. I work mostly in RStudio where it does not happen. The obvious suspect is HTMLWidgets.shinyMode which somehow does not get set (in timely manner maybe?). I have no control over HTMLWidgets.shinyMode and hope the bug remains only in v.1.5.4 and does not happen again. The new build 1.5.4.01, just uploaded, works fine.
Thanks! I downloaded 1.5.4.01 and the issue is resolved. fyi, I also use RStudio and this is where I discovered the issue.
Hi, I am having a similar issue to the one posted by joachim-hansson on Jun 18.
The app closes as soon as I mouseover data in the chart, and I get this warning:
Warning: Error in: No handler registered for type gam_mouseover:echartyParse
3: runApp
2: print.shiny.appobj
1:
Error in (function (name, val, shinysession) :
No handler registered for type gam_mouseover:echartyParse
I have tried adding a mouseover handler as suggested in the Jun 18 issue, but it has no effect.
Likewise I get the same warning/crash when I run this demo from the documentation (including the mouseover handler suggested in response to the Jun 18 issue):
I am running R 4.3.1, echarty 1.5.4, shiny 1.7.5.