“handleEvent”不再在Gecko 18中实现,在提交Firefox OS应用到市场时出现错误



我为Firefox OS开发了一个应用程序,它是一个打包应用程序,使用jquery。jquery javascript文件保存在本地的js目录下。当我提交到Mozilla Marketplace时,我在应用验证器中得到以下错误,

`handleEvent` no longer implemented in Gecko 18.
Error: As of Gecko 18, objects with `handleEvent` methods may no longer be assigned to `on*` properties. Doing so will be equivalent to assigning `null` to the property.
js/jquery-1.9.0.min.js
2 ... :function(e,t,n){return st.dir(e,"parentNode",n)},next:function(e){return
3 c(e,"nextSibling")},prev:function(e){return c(e,"previousSibling")
4 ... c,f,p;try{if(r&&(i||4===u.readyState))if(r=t,a&&(u.onreadystatechange=st.noop,Gn&&delete Vn[a]),i)4!==u.readyState&&u.abort();else{f={},s=u. ...
//@ sourceMappingURL=jquery.min.map

任何帮助得到这个问题的排序是非常感谢

这里有一个bug:https://bugzilla.mozilla.org/show_bug.cgi?id=882455

最新更新