[Bug]: When dragging an element, misleading drop placeholder
Question
GrapeJs Version: 13.8 Local Copy JSFiddle: https://jsfiddle.net/austinbiggs/tgsykuq4/
This bug is a bit hard to explain, but should be pretty straight forward in recreating.
I have menu links that are restricted to being draggable within the parent <nav>, however when dragging, a false drop placeholder appears at the top of the page, even though dropping there does nothing and is not allowed.
The <nav> has droppable set to only allow the menu links to be dropped within. The links are only draggable within the <nav>.
These screenshots demonstrate how this issue appears in my own example.

Answers (3)
@AustinTBiggs I don't know if it's just this, but your links have data-gjs-draggable=".menu nav.menu" which instead should be something like data-gjs-draggable="nav.menu"
@artf
While I'm confused why that change is necessary (it's a valid selector), I made the change. Unfortunately, I'm still seeing the issue.
I've updated my Fiddle to show this
With .menu nav.menu you mean that you can drag only inside nested menus, maybe it supposed to be .menu, nav.menu?
Here is my version and it works as expected https://jsfiddle.net/wsn33167/
Related Questions and Answers
Continue research with similar issue discussions.
Issue #1137
Cant make Text Block not editable and style able at the same time !
Demo / reproduce problem https://jsfiddle.net/shareefhiasat/u8Lodyh7/1/ Question Not sure if its bug or i dont know how to get the desired...
Issue #1361
[Bug]: The drag placeholder should not be visible when there's no target
I'm using the latest release. Steps to reproduce:Configure grapesjs in such a way that the wrapper is not droppable.I have created a fiddle...
Issue #1830
[Bug]: StyleManager properties without "property" defined cause an error on component selection
When using a StyleManager property where "property" is not defined, and defaults to '', I'm seeing an error on component selection: "TypeEr...
Issue #1774
Feature Request: Drag and Drop Absolute Positioning
Unless I am missing something, it appears that you cant drag and drop absolute positioned elements. In my opinion, if an element is set to...
Paid Plugins That Match This Issue
Curated by issue keywords and label relevance to help you ship faster.
Loading paid plugin recommendations...
Browse Plugin Categories
Jump directly to plugin category pages on the marketplace.