juba / robservable

Observable notebooks as R htmlwidgets
https://juba.github.io/robservable/
163 stars 11 forks source link

Mouse event gap in RStudio ? #18

Closed juba closed 4 years ago

juba commented 4 years ago

When using this notebook :

robservable(
  "@mbostock/eyes"
)

There seems to be a gap between mouse coordinates and actual mouse position. The more the mouse goes to the bottom right corner, the more the gap seems visible.

It seems to be the same when displaying only the chart :

robservable(
  "@mbostock/eyes",
  cell = c("canvas", "mouse"),
  hide = "mouse"
)
juba commented 4 years ago

This issue seems very specific :

I didn't encounter the issue in other notebooks which use mouse position, so it must be some very specific interaction...