dabeng / OrgChart

It's a simple and direct organization chart plugin. Anytime you want a tree-like chart, you can turn to OrgChart.
MIT License
2.86k stars 769 forks source link

GhostNode is not in the right shape #212

Open toshetoo opened 7 years ago

toshetoo commented 7 years ago

Hello,

I've been using the OrgChart for over a year now and I've been facing the FireFox drag/drop issue when the chart is transformed. With the update with the ghost node, the issue is gone, but for me, the ghost node is not the one I'd like. Currently, when i drag a node on Firefox, the ghost node looks like this:

image

What I want to accomplish is to see the original node when dragging, just like on Chrome. Can you help me with that?

toshetoo commented 7 years ago

@dabeng Any info?

guifeliper commented 6 years ago

Did you find the solution? @toshetoo

masbaehr commented 5 years ago

The ghost seems to be just some SVG, you can override with CSS. But a proper solution would actually clone the item while dragging. However this should help doing a basic restyle

image