Mak
RT,这个bug只出现在 Chrome, Safari, 遨游3 等 webkit 核心的浏览器中。表现为打开管理帖子的浮动窗口后无法加载里面的内容,现已修复。其他浏览器不受影响。
附:
修复方法:
编辑include/js/common.js文件,查找:[code]$(ajaxframeid).contentWindow.document.documentElement.firstChild.nodeValue;[/code]改成[code]$(ajaxframeid).contentWindow.document.documentElement.firstChild.wholeText;[/code]搞定。
比肩团队
2010.08.16