Closed joachim-hansson closed 1 year ago
What happens if there is a handler defined like: observeEvent(input$distPlot_mouseover, { cat('\nMover:', toString(input$distPlot_mouseover$data)) }) There are no changes in anything Shiny in 1.5.4 ....the warning is strange.
-------- UPDATE Aug 3rd: Cannot replicate with latest R 4.3.1 and RStudio 2023.06.1+524
@joachim-hansson, sorry for the delay... 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.
Hi,
sorry for the lack of response, have been on vaccation and this fell out of my radar for a while. I will test with the new version! Thanks for looking in to it.
Best regards, Joachim
------- Original Message ------- Den fredag 18 augusti 2023 kl. 7:31 fm, helgasoft @.***> skrev:
@.***(https://github.com/joachim-hansson), sorry for the delay... 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.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>
Using this minimal example:
I get the error below when hoovering a data point in the plot:
Session info: