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:
Ingo Schommer 2007-09-15 22:02:35 +00:00
parent bcbdd364e0
commit ed69e36116
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ Resizeable = {
this.placeClickBox();
this.customOnResize(this.element.getWidth(),this.element.getHeight());
imageBox.reCenterIndicator();
Event.stop(event);
}
},