mirror of
https://github.com/enso-org/enso.git
synced 2024-12-22 08:21:41 +03:00
7f5b2edbf5
Fixes one failure in #8942 which caught a real issue: clicks at various panels were triggering many handlers at once, often unexpectedly - for example quick clicking at breadcrumbs (and automatic tests always click fast) we could also trigger getting out the current node. Therefore, I added `stopPropagation` for all mouse events on "panel" level + where I think the event should be considered "handled" and no longer bother anyone. Also, to unify things, most actions are for `click` event. Additionally I spotted and fixed some issues: * When "clicking-off" Component Browser, it creates new node only if anything was actually typed in (no more dangling `operatorX.` nodes) * Filtering now works for operators * When, after opening CB with source node, user starts typing operator, we replace dot with space * Fixed our shortcut handler, so it works properly with `click` event. * Fixed problems with defocusing input in CB when clicking at links. # Important Notes I removed `PointerMain` binding for deselectAll, because it was triggered every time did the area selection. |
||
---|---|---|
.. | ||
actions.ts | ||
collapsingAndEntering.spec.ts | ||
componentBrowser.spec.ts | ||
customExpect.ts | ||
edgeInteractions.spec.ts | ||
edgeRendering.spec.ts | ||
expressionUpdates.ts | ||
fullscreenVisualisation.spec.ts | ||
graphNodeVisualization.spec.ts | ||
graphRenderNodes.spec.ts | ||
locate.ts | ||
main.ts | ||
MockApp.vue | ||
pm-openrpc.json | ||
setup.ts | ||
tableVisualisation.spec.ts | ||
typesOnNodeHover.spec.ts | ||
widgets.spec.ts |