-
-
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
[FIX] web_widget_numeric_step: always display on touch screens; avoid layout jumping otherwise #2694
[FIX] web_widget_numeric_step: always display on touch screens; avoid layout jumping otherwise #2694
Conversation
… layout jumping otherwise Before this patch: - On a tablet, buttons wouldn't display (big screen; can't hover). - On a PC, fields would make layout jumps while hovering. @moduon MT-4472
ffdf7ed
to
b6ca76d
Compare
Together with OCA/web#2694, this will improve a lot the sell process while using tablets or phones. @moduon MT-4472
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.
LGTM,. thank you @yajo
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.
👍🏼 Thank you!
/ocabot merge minor |
This PR looks fantastic, let's merge it! |
Congratulations, your PR was merged at cb5fd37. Thanks a lot for contributing to OCA. ❤️ |
Why adopt de module?? |
Hello @sergio-teruel , we add our selves because we will maintain the module. Original author @quentinDupont or other contributors can add it selves as maintainers in a simple PR but module actually don't have any maintainer defined. The OCA must grow in contributors and neither maintain nor decrease. The modules require more maintainers. You can discuss it here too OCA/maintainer-tools#592 |
Hi there! |
Before this patch:
On a tablet, buttons wouldn't display (big screen; can't hover).
On a PC, fields would make layout jumps while hovering.
Before:
before.webm.mp4
After:
after.webm.mp4
@moduon MT-4472