IE에서 기본 에디터의 글쓰기 우측 부분이 밀려 들어가는 부분 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3511 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-01-09 03:23:20 +00:00
parent 5b98120202
commit b2f04f854b
2 changed files with 2 additions and 2 deletions

View file

@ -68,7 +68,7 @@ function editorStart(editor_sequence, primary_key, content_key, editor_height) {
var iframe_obj = editorGetIFrame(editor_sequence);
if(!iframe_obj) return;
xWidth(iframe_obj.parentNode, '100%');
xWidth(iframe_obj, xWidth(iframe_obj.parentNode));
xWidth(iframe_obj, xWidth(iframe_obj.parentNode)-2);
// 현 에디터를 감싸고 있는 form문을 찾음
var fo_obj = editorGetForm(editor_sequence);