-
Notifications
You must be signed in to change notification settings - Fork 26
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
Mouse out highlighted zones #2638
Comments
as i can see, the one of the solution that i could think is to erase highlighted state once the domain is updated |
Do you have any suggestions?, or should I proceed with my own? |
@targos Could you advice on this issue ? |
Changing the domain is just one way to trigger this issue. We need to find a more general solution. |
as far as I know, the primary way to trigger this issue is by changing the domain (what are the other ways?). In response, we could clear the highlight state when the domain changes. |
I am trying to reproduce it to confirm this hypothesis but so far I'm not able to.
|
Could you please review this brief video? I attempted to hover the mouse over the element and then pressed 's' to change the position of the elements. As you can observe, the onMouseLeave event did not trigger. Screen.Recording.2023-10-24.at.09.36.46.mov |
I think it shows that we should be able to find a correct solution. The |
I had a look with Luc. There are several things to note:
|
This seems to be related to the implementation of |
Thank you Michael, I know the rules of the keys, I was using the key to force rendering the Resizer component for a reason I do not remember now, but it seems it has a side effect, I will check the implementation of the resizer and try to fix it. |
Why when we are hover a rectangle that is highlighted and we press the key 'f' (full out) the highlight do not disappear.
This looks like an implementation issue.
The text was updated successfully, but these errors were encountered: