ํ‹ฐ์Šคํ† ๋ฆฌ ๋ทฐ

PHP

FCKEditor ie10์—์„œ ์ž‘๋™ ์•Šํ• ๋•Œ.

๐Ÿฉท ์Šˆ ๐Ÿงก 2013. 8. 8. 10:07
728x90
SMALL

FCKEditor doesn't work in IE10

//IE10
in fckeditor.js > method : FCKeditor_IsCompatibleBrowser
find this >>
var sBrowserVersion = navigator.appVersion.match(/MSIE (...)/)[1] ;
and replace with >>
var sBrowserVersion = navigator.appVersion.match(/MSIE ([\d.]+)/)[1] ;
in fckeditorcode_ie.js
find
e.scopeName!='HTML'
and change if condition to
if(FCKBrowserInfo.IsIE&& e.scopeName && e.scopeName!='HTML')
find
D.parentElement().document!=B
and change if to
if(D.parentElement().document && D.parentElement().document!=B)
find
B.open("GET",A,false);
and add this
B.open("GET",A,false);
try {
B.responseType = "msxml-document";
} catch(e) {}
728x90
LIST
๋Œ“๊ธ€
it,์Šˆ2008/2/14 Start...
๊ณต์ง€์‚ฌํ•ญ
์ตœ๊ทผ์— ์˜ฌ๋ผ์˜จ ๊ธ€
์ตœ๊ทผ์— ๋‹ฌ๋ฆฐ ๋Œ“๊ธ€
Total
Today
Yesterday
๋งํฌ
ยซ   2025/04   ยป
์ผ ์›” ํ™” ์ˆ˜ ๋ชฉ ๊ธˆ ํ† 
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
๊ธ€ ๋ณด๊ด€ํ•จ
250x250