Posting here before making a github issue to make sure I’m not taking crazy pills… I am using 3.4, so may be fixed in more recent versions but I haven’t seen a relevant issue so I’m a bit doubtful… but it appears both the PolyDraw and PolyEdit tools no longer work. See Plot tools — Bokeh 3.4.0 Documentation and try using the embedded PolyDraw/PolyEdit figures, or use the following MRE, taken from the examples:
The examples in the latest docs seem to be working for me in safari, though I will agree the interaction is not very intuitive. In particular, for the edit tool, there is no visual indication that anything is happening at all until there are three vertices, which requires a long press, a move, a tap, and another move. I don’t use these tools often myself, so I am not sure if there used to be some better visual indications and this is a recent regression, or if the operations have always been so opaque. Please feel free to open an issue around improving their discoverability (or if they are legitimately not working on some other browser).
Since this change has affected you directly, I’d actually suggest opening a new Github Development Discussion and we can ping the other core devs. I don’t have any offhand suggestions for the events but they might. Also this can be a reminder to update the 3.4 migration guide with information about this change, which apparently never happened.
Ok, I will raise a GH discussion when I have bandwidth. It looks like Press and PressUp events are detectable now so in theory I should be able to modify my workaround based on those events (e.g. instead of detecting double tap, detect Press/Pressup instead)…