cmb69/pagemanager_xh

Drag&Drop inside doesn't work in IE

cmb69 opened this issue · 3 comments

cmb69 commented

The problem is the margin-top of the <html> element set by the admin menu. I've filed vakata/jstree#1769.

cmb69 commented

A possible workaround for Pagemanager_XH would be to insert after the assignment of rel:

if (rel < 0) {
	rel += parseInt(document.documentElement.style.marginTop);
}
cmb69 commented

Unless absolutely necessary, we refrain from patching jstree, and make this a documentation issue.