on* 자바스크립트 이벤트 처리방법을 변경하여 에디터 컴포넌트의 오류 수정. xe_default, 에디터 스킨의 position 스타일로 인한 문제 해결

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4822 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-11-10 01:46:42 +00:00
parent ce50669486
commit b2c09362fc
9 changed files with 33 additions and 36 deletions

View file

@ -244,9 +244,6 @@
$content = $this->get('content');
// CSRF등의 보안 취약점 문제를 막기위한 코드로 인하여 새창 띄우기 코드가 무효화 된것을 원상태로 변경
$content = str_replace('_onclick="window.open(this.href);return false;"','onclick="window.open(this.href);return false;"',$content);
// rewrite모듈을 사용하면 링크 재정의
$oContext = &Context::getInstance();
if($oContext->allow_rewrite) {