holoviz-topics / EarthSim

Tools for working with and visualizing environmental simulations.
https://earthsim.holoviz.org
BSD 3-Clause "New" or "Revised" License
65 stars 21 forks source link

Bug in vertex promotion to node #315

Open kcpevey opened 5 years ago

kcpevey commented 5 years ago

I'm using the latest annotators that include the path breaking which promotes vertices to nodes. It appears that as I'm creating a line, vertices are being promoted to nodes if I simply WAIT before single-clicking the next vertex.

RECIPE 1: To make it work like it should:

  1. Double click to start a new path
  2. Quickly (<1 second) click several vertices
  3. Double click to end the path

RECIPE 2: To demonstrate what doesn't work:

  1. Double click to start a new path
  2. Slowly (>2 seconds) click out each new vertices
  3. Double click to end the path
philippjfr commented 5 years ago

That's bizarre, how slow or fast you do something definitely shouldn't have any effect.