-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Non-resizable (readonly) component becomes resizable after window resize #331
Comments
Have you tried using the option |
Hi, 'staticGrid' option is good solution in my case, thanks for the info, i'll try it! But I hope, my previous post is also helpful to make the component better. Thank you! |
Absolutely. Thanks for the feedback - we'll incorporate a fix for this in v0.2.5. |
Unfortunately, staticGrid: true option doesn't work for me. |
@aquirier for the latest stable version, you'll want |
Changing this to enhancement. Will add a new option for disabling resizable and draggable separately, without interfering with jquery-ui options. Fixes the problem and allows for new functionality (only drag or only resize). |
=> Now user can change the size of widgets by dragging and dropping from low-right corner of a widget
Expected: The user should not be allowed to resize the widget in read-only mode
P.S. Specifying 'data-gs-no-resize' attribute for widgets seems to be a temporary workaround for readonly mode but the bug should be fixed in a normal way.
The text was updated successfully, but these errors were encountered: