odoo/odoo#191810
Created by Editor, Deependra Solanki (deso)
Merged
at b592eddbfb6c8f5483f5857dbe117a9f58a1995b
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:16.0-popup-disappear-deso
- head
- c80db9e345665f979dc3e71b4808c758e7c0ae26
- 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 |
[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