google-code-export / xheditor

Automatically exported from code.google.com/p/xheditor
GNU Lesser General Public License v3.0
1 stars 1 forks source link

ff下jquery和mootools同时存在导致上传按钮不显示的问题 #140

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
在ff下,如果同时有mootools库存在,在设置了上传文件后,上传按�
��不出现,而在ie8下
是没有问题的.

不知是否有方法可以解决.

我是这样做的:

 <script type="text/javascript"
src="/com_huaxineq/media/system/js/mootools.js"></script>
  <script type="text/javascript"
src="http://localhost/com_huaxineq/plugins/editors/xheditor/jquery/jquery-1.4.2.
min.js"></script>
  <script type="text/javascript"
src="http://localhost/com_huaxineq/plugins/editors/xheditor/xheditor-zh-cn.min.j
s"></script>
  <script type="text/javascript">
jQuery.noConflict();
  </script>

<textarea id="description" name="description" cols="60" rows="20"
style="width:550px; height:300px;" class="xheditor
{upLinkUrl:'{editorRoot}',upImgUrl:'{editorRoot}',upFlashUrl:'{editorRoot}',upMe
diaUrl:'{editorRoot}'}"></textarea>

Original issue reported on code.google.com by huyang...@gmail.com on 18 Apr 2010 at 4:36

GoogleCodeExporter commented 9 years ago
你这个问题我大概测试过,发现没加载xheditor的情况下,jquery
的某些方法还是会受mootools的
影响,具体原因没有深入进行调试,你可以尝试进一步找找��
�因。

我给你一个测试代码:
alert($('#ttt','<div><span id="ttt" /></div>').length);

在没加载mootools的情况下,上面这行代码工作是正常的,加载
之后就不正常了。
所以这个问题要解决,只能寻找两个库冲突的根源。

Original comment by yanis.w...@gmail.com on 18 Apr 2010 at 1:22

GoogleCodeExporter commented 9 years ago

Original comment by yanis.w...@gmail.com on 6 May 2010 at 11:57