mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
mujma: BUGFIX: Fixed blocking during resize in IE6.
(merged from branches/gsoc) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41971 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
bcbdd364e0
commit
ed69e36116
@ -106,6 +106,7 @@ Resizeable = {
|
|||||||
this.placeClickBox();
|
this.placeClickBox();
|
||||||
this.customOnResize(this.element.getWidth(),this.element.getHeight());
|
this.customOnResize(this.element.getWidth(),this.element.getHeight());
|
||||||
imageBox.reCenterIndicator();
|
imageBox.reCenterIndicator();
|
||||||
|
Event.stop(event);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user