Skip to content

fix(): Impossible to select object above the Active selection #10483

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

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

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.

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