主题: 貌似是很严重的bug,Robby请进... |
作者: bubble, 发布日期: 2009-05-27 00:44:19, 浏览数: 6545 |
我在下面的代码帖到kindeditor的“代码”中后,第一次看效果还好,可是来回切换几次就让人郁闷了,貌似代码转换过程中有很严重的bug,还有就是预览功能也是一样,而且有时候css是加载不上的不知道为什么?
我用的ff3.0.10,ie7下一样的毛病。 <html> <head> <title>梦露</title> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> </head> <body > <table width="650" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td><img src="http://template.zhujinnet.com/menglu/images/spacer.gif" width="135" height="1" border="0" alt=""></td> <td><img src="http://template.zhujinnet.com/menglu/images/spacer.gif" width="220" height="1" border="0" alt=""></td> <td><img src="http://template.zhujinnet.com/menglu/images/spacer.gif" width="295" height="1" border="0" alt=""></td> </tr> <tr> <td colspan="3"><img name="n090416amo_r1_c1" src="http://template.zhujinnet.com/menglu/images/090416amo_r1_c1.jpg" width="650" height="199" border="0" alt=""></td> </tr> <tr> <td colspan="3"><img name="n090416amo_r2_c1" src="http://template.zhujinnet.com/menglu/images/090416amo_r2_c1.jpg" width="650" height="79" border="0" alt=""></td> </tr> <tr> <td colspan="3"><a href="http://www.menglu.com/active/090306amo/090306amo.htm" target="_blank"><img name="n090416amo_r3_c1" src="http://template.zhujinnet.com/menglu/images/090416amo_r3_c1.jpg" width="650" height="52" border="0" alt=""></a></td> </tr> <tr> <td rowspan="3"><a href="http://www.menglu.com/active/090306amo/090306amo.htm" target="_blank"><img name="n090416amo_r4_c1" src="http://template.zhujinnet.com/menglu/images/090416amo_r4_c1.jpg" width="135" height="290" border="0" alt=""></a></td> <td><a href="http://www.menglu.com/active/090306amo/090306amo.htm" target="_blank"><img name="n090416amo_r4_c2" src="http://template.zhujinnet.com/menglu/images/090416amo_r4_c2.jpg" width="220" height="117" border="0" alt=""></a></td> <td><a href="http://www.menglu.com/active/090306amo/090306amo.htm" target="_blank"><img name="n090416amo_r4_c3" src="http://template.zhujinnet.com/menglu/images/090416amo_r4_c3.jpg" width="295" height="117" border="0" alt=""></a></td> </tr> <tr> <td><a href="http://www.menglu.com/active/090306amo/090306amo.htm" target="_blank"><img name="n090416amo_r5_c2" src="http://template.zhujinnet.com/menglu/images/090416amo_r5_c2.jpg" width="220" height="77" border="0" alt=""></a></td> <td><a href="http://www.menglu.com/active/090306amo/090306amo.htm" target="_blank"><img name="n090416amo_r5_c3" src="http://template.zhujinnet.com/menglu/images/090416amo_r5_c3.jpg" width="295" height="77" border="0" alt=""></a></td> </tr> <tr> <td><a href="http://www.menglu.com/active/090306amo/090306amo.htm" target="_blank"><img name="n090416amo_r6_c2" src="http://template.zhujinnet.com/menglu/images/090416amo_r6_c2.jpg" width="220" height="96" border="0" alt=""></a></td> <td><a href="http://www.menglu.com/active/090306amo/090306amo.htm" target="_blank"><img name="n090416amo_r6_c3" src="http://template.zhujinnet.com/menglu/images/090416amo_r6_c3.jpg" width="295" height="96" border="0" alt=""></a></td> </tr> <tr> <td colspan="3"><img name="n090416amo_r7_c1" src="http://template.zhujinnet.com/menglu/images/090416amo_r7_c1.gif" width="650" height="23" border="0" alt=""></td> </tr> </table> </body> </html> |
作者: 老大, 发布日期: 2009-05-27 17:06:03 |
她不支持表单的
|
回复 |
作者: bubble, 发布日期: 2009-05-27 20:51:03 |
什么意思啊,不支持表单?那代码那里都支持什么的啊,我在FCKeditor中测试是没有问题的,就是功能没有kind好,唉郁闷啊!
|
回复 |
作者: Roddy, 发布日期: 2009-05-27 21:13:01 |
请把fiterMode设为false,看来下次版本开始默认要false了。 KE.show({ id : xxxx, filterMode : false }); |
回复 |
作者: bubble, 发布日期: 2009-05-28 07:46:43 |
没错我设置的是filterMode=false,使用的KD版本是那个最新的版本,我的进一步测试发现filterMode对IE7似乎不起作用,尤其css的link在代码里根本就没有,FF中可视化视图不能加载css还是根本就没有css代码? |
回复 |
作者: bubble, 发布日期: 2009-05-28 10:12:16 |
靠,css的link问题解决了,必须要在代码 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 前面加上随便什么字符,空格或者回车什么才能在过滤之后剩下css的link,太不人性化了,在视图状态下预览还是没有css,而且转换的时候很不稳定。 |
回复 |
作者: Roddy, 发布日期: 2009-05-28 15:29:40 |
现在编辑器不支持body以外的HTML的代码。
|
回复 |
作者: bubble, 发布日期: 2009-05-28 22:18:18 |
Robby加油啊,我觉得这个完善到想FCK那样稳定的话,那就真是中国的骄傲了,任重道远啊,我还是有空自己改改里面的代码,谢谢Robby的工作
|
回复 |
作者: ahahah, 发布日期: 2009-06-13 12:57:50 |
FCK很好么?KIND完全可以超越FCK。。。FCK已死。
|
回复 |