-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[16.0][ADD] web_form_view_resizable #2976
base: 16.0
Are you sure you want to change the base?
Conversation
This module allows users to resize the form view, enhancing usability by providing additional space for better display. It's especially practical when more room is needed to view attachments in the chatter or to expand the form view for improved readability.
Hi @sbejaoui. Thanks for sharing this module. I tried it on runboat, and it doesn't work on my computer (with Firefox & Chromium). Is it working on runboat for you ? thanks ! System : Ubuntu 20.04 |
Yes, it's working for me on runboat. Try the database with only the base module; I believe there may be a conflict with another module. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sbejaoui I've tested it on runbot on the baseonly version it works there. Only a minor problem is that when I grab the resize handle it shoots to the right a couple of pixels first(like 100px or so). Is it possible to make the minWidth and maxWidth dependable on screen size?
It conflicts with web_responsive, is it possible to make it work with existing modules?
Thank you for the debug, I will make the changes |
This module allows users to resize the form view, enhancing usability by providing additional space for better display. It's especially practical when more room is needed to view attachments in the chatter or to expand the form view for improved readability.