Saturday, July 31, 2021
2 changes · master
Miscellaneous changes
Before this commit, bottom fixed elements (e.g. the livechat button) hid the buttons to go to the next step in website sale when these buttons are located at the bottom of the page. After this commit, - A bottom fixed element is hidden if this element hides a button at the bottom of the page. - Bottom fixed elements are hidden if a modal is open to prevent it to hide buttons or any important part of the modal. task-2501400 task-2501400 Description of the issue/feature this
Original PR description
Before this commit, bottom fixed elements (e.g. the livechat button) hid the buttons to go to the next step in website sale when these buttons are located at the bottom of the page. After this commit, - A bottom fixed element is hidden if this element hides a button at the bottom of the page. - Bottom fixed elements are hidden if a modal is open to prevent it to hide buttons or any important part of the modal. task-2501400 task-2501400 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#74503 Forward-Port-Of: odoo/odoo#69296
This commit adds an option to disable horizontal scrolling in the smoothScrollOnDrag feature options and use it when dragging and dropping a snippet into the editor to prevent the wrapwrap from scrolling horizontally when an element overflow the page (e.g. an animated element) task-2215118 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at w
Original PR description
This commit adds an option to disable horizontal scrolling in the smoothScrollOnDrag feature options and use it when dragging and dropping a snippet into the editor to prevent the wrapwrap from scrolling horizontally when an element overflow the page (e.g. an animated element) task-2215118 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#74069