diff --git a/modules/layout/tpl/header.html b/modules/layout/tpl/header.html
index d61aaf0d1..46874bbcf 100644
--- a/modules/layout/tpl/header.html
+++ b/modules/layout/tpl/header.html
@@ -1,5 +1,11 @@
{$lang->installed_layout}
+
+
+ FaceOff 레이아웃은 지원이 중단될 예정입니다. 반드시 아래 안내에 따라 FaceOff 레이아웃을 일반 레이아웃으로 변경하여 주시기 바랍니다.
+
+
+
\ No newline at end of file
diff --git a/modules/layout/tpl/js/faceoff.js b/modules/layout/tpl/js/faceoff.js
index a1101b8e1..390ac65c4 100644
--- a/modules/layout/tpl/js/faceoff.js
+++ b/modules/layout/tpl/js/faceoff.js
@@ -98,7 +98,6 @@ var FaceOff = {
var filter = '#xe .widgetOutput, #xe .extension, #body, #header, #footer, #toolbar, #propertyDialog, #faceoffSelector, .overlay';
var target = $(event.target);
var selection = target.parents(filter).add(target);
-
if (selection.is('#toolbar, #propertyDialog, #faceoffSelector, .overlay')) return;
if (selection.is(filter)) {
@@ -461,8 +460,8 @@ var FaceOff = {
left : pos_cur.left - pos_sel.left,
top : pos_cur.top - pos_sel.top
})
- .width(cur.attr('offsetWidth'))
- .height(cur.attr('offsetHeight'));
+ .width(cur.outerWidth())
+ .height(cur.outerHeight());
if (cur.is('#body, #header, #footer')) {
$('#for-block').show();
@@ -739,7 +738,7 @@ var PropertyDialog = {
});
- // font
+ // font
this.target.css({
'font-family' : $('#font-family').val(),
'color' : $('#color').val()