Highlight doesn't initialize for draggable prototype if already positioned over the grid
See original GitHub issueHello,
I have a menu bar with a fixed position at the bottom of the viewport which contains a bunch of Gridster Item Prototypes. Because the grid stretches the whole height of the viewport, the prototypes are resting within the dimensions of the gridster grid. When the user drags one of the prototypes onto the grid, the highlight does not initially work. You have to drag the prototype either left or right outside the grid’s dimensions then drag it back in for the highlight to work.
Is there a way to fix this or manually trigger an enter
event for the prototype if it starts within the grid? Thanks!
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Disney UI | Figma Drag Gestures - YouTube
Let's design a Disney app that features some of my favorite Disney characters while utilizing Figma's amazing drag gestures. In this video ...
Read more >React Grid: Row Dragging
When you select multiple items and drag one of them, all items in the selection will be dragged. When you drag an item...
Read more >Create layout grids with grids, columns, and rows
To apply a layout grid: Select the frame in the canvas or the Layers panel of the left sidebar: Click next to Layout...
Read more >javascript - How to distinguish mouse "click" and "drag"
I think the difference is that there is a mousemove between mousedown and mouseup in a drag, but not in a click. You...
Read more >Investigating Drag and Drop with Blazor
In this post, I talk about drag and drop interfaces. As well as show you how you can build and simple drag and...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Should be fixed in v.0.6.2. Please check and give me a hint if it works for you. Thanx
Yes, it works! Thank you very much!