-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
BUG: Resizable Box Disappears on Component Reselection #6096
Comments
I don't see it disappearing if not when you press the click but that is expected as it gets ready to be dragged |
Earlier, I needed to be more clearer about the steps to reproduce the issue. Here is the refined steps to produce the issue. Steps to Reproduce the Issue:
Actual Behavior:
Expected Behavior: When clicking anywhere inside the section, if the clicked point does not include any selectable component, the section should be selected and the bottom resizable options should be displayed. |
Oh ok, I see what you mean now. |
Trust me, I was lucky that I was able to find this tragic behavior of clicking different places inside section was behaving but different. |
GrapesJS version
What browser are you using?
Chrome
Reproducible demo link
https://jsfiddle.net/kanaihyakumar/oedg76nt/
Describe the bug
Description
When selecting any component on the canvas, it highlights the bottom resize box as per the settings. However, upon clicking the same component again, the resize box disappears.
Steps to Reproduce
Expected Behavior
The bottom resize box should remain visible even after reselecting the same component.
Actual Behavior
The bottom resize box disappears after reselecting the same component.
Code
The text was updated successfully, but these errors were encountered: