odoo/odoo#193989
Created by fw-bot
Merged
at 401375a5541ee1310b6494254485c3ed38edd867
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/template: Contact runbot team on discord for help.
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- label
- odoo-dev:17.0-16.0-popup-disappear-deso-fjCl-fw
- head
- 197a46a3ff2d28c36e51a5740bedf3d5d8392f6a
- merged
- 9 months ago by Editor, David Monjoie (dmo)
odoo/odoo | |
---|---|
16.0 | #191810 |
17.0 | #193989 |
saas-17.2 | #194613 |
saas-17.4 | #194696 |
18.0 | #195016 |
saas-18.1 | #195603 |
saas-18.2 | |
saas-18.3 | |
saas-18.4 | |
19.0 | |
master | #195696 |
[FW][FIX] website: do not observe mutations making s_popup visible
Description of the issue this PR addresses:
Pressing enter in the s_popup
snippet after making it visible via the right panel would hide the popup. This occurred because the mutation observer detected changes which shows the modal and rolled them back during the insertLineBreak
operation. This commit ensures that those mutations are not observed.
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Forward-Port-Of: #191810