Skip to Content
Menu
This question has been flagged
2 Replies
1732 Views

Hi there,

After I saved a personalized block to my editor, I can not add any new block to my HOME page,  there is a messesge tells me that "No location to drop in" and when i try to drop some block JS throw me a exception:

UncaughtPromiseError > TypeError
Promesa desconocida > Cannot read properties of undefined (reading 'droppable')
TypeError: Cannot read properties of undefined (reading 'droppable')
at jQuery.fn.init.stop (https://seleccion-estricta-sl.odoo.com/web/assets/1300-d170b51/1/web_editor.assets_wysiwyg.min.js:1519:12)
at Class._onSmoothDragStop (https://seleccion-estricta-sl.odoo.com/web/assets/1296-f89675c/1/web.assets_common_lazy.min.js:5008:1050)
at HTMLDivElement.stop (https://seleccion-estricta-sl.odoo.com/web/assets/1296-f89675c/1/web.assets_common_lazy.min.js:4988:949)
at $..._trigger (https://seleccion-estricta-sl.odoo.com/web/assets/1296-f89675c/1/web.assets_common_lazy.min.js:2023:75)
at $..._trigger (https://seleccion-estricta-sl.odoo.com/web/assets/1296-f89675c/1/web.assets_common_lazy.min.js:2162:36)
at $..._trigger (https://seleccion-estricta-sl.odoo.com/web/assets/1296-f89675c/1/web.assets_common_lazy.min.js:1993:159)
at $..._mouseStop (https://seleccion-estricta-sl.odoo.com/web/assets/1296-f89675c/1/web.assets_common_lazy.min.js:2095:373)
at $..._mouseStop (https://seleccion-estricta-sl.odoo.com/web/assets/1296-f89675c/1/web.assets_common_lazy.min.js:1993:159)
at $..._mouseUp (https://seleccion-estricta-sl.odoo.com/web/assets/1296-f89675c/1/web.assets_common_lazy.min.js:2072:6)
at $..._mouseUp (https://seleccion-estricta-sl.odoo.com/web/assets/1296-f89675c/1/web.assets_common_lazy.min.js:1993:159)

And the customer support is telling me that the error is caused because I have changed my HTML code so I need solve this myself, when I did not change anything of the HTML code.

Thanks for help

Avatar
Discard
Best Answer

The problem is that your snipped cannot be droped anywere on the page.
To solve that, in my case, I had to put all the content of my snipped template in a section ele


Avatar
Discard
Best Answer

Try redo your block and be sure to follow the instruction of building a block, your block is missing some elements.

Avatar
Discard
Author

Thx for answer,
but I can not even drop any default block

Related Posts Replies Views Activity
0
Dec 24
12
0
Dec 24
36
2
Sep 24
342
1
Oct 24
603
3
Jul 24
2169