Skip to content

Conversation

asturur
Copy link
Member

@asturur asturur commented Apr 1, 2025

Description

close #10452
During the refactor of findTarget and handle multi selection we missed a case, while looking of objects behind the active selection we didn't look for objects on top of it.
The fix could have been done in different places to be honest, is not clear to me which is the best way to fix it.
A large suite of tests testing all possible click combination should be created.

There is some overlap of functionalities here.

FindTarget should just find the correct target, and not deal with specific logic determined by the action selection.
Those are tasks for mouse down / up selectors

Copy link

codesandbox bot commented Apr 1, 2025

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Copy link
Contributor

github-actions bot commented Apr 1, 2025

Build Stats

file / KB (diff) bundled minified
fabric 927.682 (+0.569) 307.439 (+0.041)

@asturur
Copy link
Member Author

asturur commented Apr 1, 2025

This will have to wait a major release and a bit of code improvement

Copy link
Contributor

Build Stats

file / KB (diff) bundled minified
fabric 915.231 (+0.569) 301.491 (+0.041)

Copy link

stale bot commented Jul 19, 2025

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs 😔. Thank you for your contributions.

@stale stale bot added the stale Issue marked as stale by the stale bot label Jul 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

stale Issue marked as stale by the stale bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Mimic Multi Select on touch screens without keyboard (Shift key)

1 participant