Error in Firefox when closing the modal window

谁说胖子不能爱 提交于 2019-12-12 01:07:38

问题


I have a modal window which has an accordion in it and one of the accordions has a file upload . I click on the browse, window open up to select a file, I close the window without selecting the file. Now, I try to close the modal window by clicking on the close button it throws

NS_ERROR_XPC_SECURITY_MANAGER_VETO: Security Manager vetoed action arg 0 [nsIDOMHTMLDivElement.contains]

in the javascript console. Has anybody had this problem and how to fix this ? I am using jquery-ui 1.8.18 and jquery 1.7.1 min


回答1:


Look at this article here: https://github.com/mihaild/jquery-html5-upload/issues/2

Someone had this issue, it seem they fixed it.

It is fixed in jQuery-UI 1.8.21



来源:https://stackoverflow.com/questions/12202566/error-in-firefox-when-closing-the-modal-window

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!