Window denyMove() does not work

I have tested window denyMove() function in IE10 and it does not work, it moves all the time, in Chrome on the other hand it works fine. Check it out

[url]http://dhtmlx.com/docs/products/dhtmlxWindows/samples/03_settings/13_allow_deny_moving.html[/url]

clicking on the button deny move has no affect in IE10.

Hi

that’s correct, thanks.
we’ll include fix into upcoming update. if you need it asap, please contact us via support at dhtmlx doc com or open ticket.

or open dhtmlxwindows_dnd.js line ~241

this.conf.dnd_evid = this.attachEvent("_winMouseDown", function(e, data){ // add new first line if (this.w[data.id].conf.allow_move != true) return; // existing code.... });

Андрей,
Thanks a lot, works like a clock, I hope update will come soon.