Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[BUG] 2.0正式版插入图片显示xx临时解决办法

[复制链接]
snsyxcom 发表于 2009-9-8 08:01:20 | 显示全部楼层 |阅读模式
本帖最后由 snsyxcom 于 2009-9-8 08:02 编辑

还原回beta版的就可以用了
source/script_upload.js 136行

  1. if(insertType == 0) {
  2.      insertImage(id);
  3. } else if(is_ie) {
  4.     var picPath = getPath($('attach_' + id));
  5.     var imgCache = new Image();
  6.     imgCache.src = picPath;
  7.     edit_insert('<img id="_uchome_localimg_' + id + '" src="' + picPath + '">');
  8. }
复制代码
改为

  1. if(insertType == 0) {
  2.     insertImage(id);
  3. } else if(is_ie) {
  4.     edit_insert('<img id="_uchome_localimg_' + id + '" src="' + $('attach_' + id).value + '">');
  5. }
复制代码
bizero 发表于 2009-9-8 10:06:23 | 显示全部楼层
这样你不就丧失了涂鸦板的功能了
回复

使用道具 举报

寒小雨 发表于 2009-9-29 03:26:00 | 显示全部楼层
问题有解决吗?

正式版好像还存在这个问题呢
回复

使用道具 举报

云天一 发表于 2009-9-29 10:12:17 | 显示全部楼层
问题有解决吗?

正式版好像还存在这个问题呢
寒小雨 发表于 2009-9-29 03:26



    请按楼主的方法进行修改
回复

使用道具 举报

寒小雨 发表于 2009-10-4 15:55:08 | 显示全部楼层
这样你不就丧失了涂鸦板的功能了
bizero 发表于 2009-9-8 10:06





    还原后会不会出现上述失去涂鸦板功能的情况呢
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-9-28 03:24 , Processed in 0.173555 second(s), 16 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表