Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- random
- TextBox
- Oracle
- 확장자
- Eclipse
- smarty
- RabbitMQ
- Postfix
- replace
- MySQL
- jQuery
- 천단위
- ubuntu
- php
- docker
- Python
- 부모창
- 일괄변경
- centos
- mariadb
- 한글 깨짐
- Selectbox
- yum
- i18n
- 문자열자르기
- JavaScript
- TPL
- SVN
- install
Archives
- Today
- Total
목록IE9 (1)
wilson's story
FCKEditor IE9에서 다이얼로그 에러
다른 브라우져에서는 FCKEditor의 다이얼로그가 정상으로 나오지만 IE9에서 빈 다이얼로그로 나오면서 화면이 어는 현상이 있다. 이 현상을 해결하기 위한 방법은 fckeditorcode_ie.js 파일을 열어서 38줄을 변경해준다. FCKTools.RegisterDollarFunction=function(A){A.$=A.document.getElementById;}; FCKTools.RegisterDollarFunction = function( targetWindow ) {targetWindow.$ = function( id ){ return targetWindow.document.getElementById(id);};}; 상위의 문구를 하위 처럼 변경해준다.
My information
2012. 2. 8. 13:53