You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jst...@googlegroups.com
Hi,
I have drag and drop working, but there is no icon shown when dropping a node between 2 others - such as just reordering, this makes it really difficult to tell if the drop will insert above/below the target or insert it into the node (making it a child node).
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jst...@googlegroups.com
If the theme CSS file is included there should be an icon present. Maybe you have included some rules to prevent reordering? Please show me your config so that I can determine is something is wrong with the config.
Best regards, Ivan
Message has been deleted
Simon Hibbard
unread,
Mar 25, 2014, 12:35:16 PM3/25/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jst...@googlegroups.com
Hi Ivan,
I removed my post with code as I realised it was a z-index issue. I had set the LI z-index to bring it above some other layers. I found the marker id and set its z-index all working.
#jstree-marker{
z-index:951;
}
Thanks for your quick response though. This plugin is excellent and your support for it much appreciated.