Skip to content

test: replace unit-test module mocks with injected dependencies - #927

Open
PaulHax wants to merge 2 commits into
Kitware:mainfrom
PaulHax:lint-no-module-mocks
Open

test: replace unit-test module mocks with injected dependencies#927
PaulHax wants to merge 2 commits into
Kitware:mainfrom
PaulHax:lint-no-module-mocks

Conversation

@PaulHax

@PaulHax PaulHax commented Aug 18, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

@netlify

netlify Bot commented Aug 18, 2026

Copy link
Copy Markdown

Deploy Preview for volview-dev ready!

Name Link
🔨 Latest commit 4564829
🔍 Latest deploy log https://app.netlify.com/projects/volview-dev/deploys/6a84a520d65d9500083e0097
😎 Deploy Preview https://deploy-preview-927--volview-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

vtk.js only picks the widget under the cursor on its MouseMove event, and
the interactor reports the first pointer move after ~200ms of stillness as
StartMouseMove instead. A lone move therefore picks nothing, and any move
clears the pick until an async render pass refills it, so a press dispatched
right after one reads an empty pick and clears the selection.

Hover by arriving from a nudge so the move that lands on the annotation is a
MouseMove, wait for the view to show the hover cursor as proof the pick
resolved, then press without moving so that pick still stands. Holding the
pointer between chains needs a fixed action id and no release, as releasing
resets it to the viewport origin.

Retrying the click could not recover from this: on a runner where each
iteration takes over 200ms every move is a StartMouseMove, which is why the
macOS job failed while the same spec passed locally.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant