如果我安装了一个新的Plone 4.3.2,然后将默认的plone.app.jquery从1.7.2升级到1.9.1,编辑默认主页会显示以下内容: - TinyMCE没有显示工具栏 - 表格标签不再有效 - Javascript控制台错误:
- TypeError: a.browser is undefined
jQuery.extend(jQuery.tools.overlay.conf,
popupforms.js (line 15)
- TypeError: jQuery.tools.overlay is undefined
jQuery.tools.overlay.conf.oneInstance = false;
++reso...pers.js (line 16)
- TypeError: jQuery.tools.overlay is undefined
jQuery.extend(jQuery.tools.overlay.conf,
popupforms.js (line 15)
- TypeError: jqForm.children(...).tabs is not a function
$("input[name='form.button.PublishComment']").live('click', function () {
comments.js (line 146)
- TypeError: $(...).live is not a function
$("input[name='form.button.PublishComment']").live('click', function () {
comments.js (line 146)
如何将plone.app.jquery 1.9.1与最新版本的Plone一起使用?
答案 0 :(得分:0)
查看您的错误,可能您还必须将plone.app.jquerytools更新为Plone 4.3使用的版本(请参阅http://dist.plone.org/release/4.3.2/versions.cfg)。
NBB:但我认为Plone 4.2并未正式支持jQuery 1.9。
答案 1 :(得分:0)
回答问题"我如何将plone.app.jquery 1.9.1与最新版本的Plone一起使用?" (目前4.3.2)答案似乎是: