cosmocode / dokuwiki-plugin-imgpaste

Add images to DokuWiki pages by simply pasting them. Only modern browsers supported
https://www.dokuwiki.org/plugin:imgpaste
10 stars 10 forks source link

Trying to use the plugin =>$widget.show(...).dialog is not a function error #16

Closed AureleCollinet closed 1 year ago

AureleCollinet commented 5 years ago

Hello, i am trying to use this plugin to be able to copy paste a img from a docx (img is base64), i got the error

js.php?t=material&tseed=61c115f5af99af5f841d488a3d6156c1:1 Uncaught TypeError: $widget.show(...).dialog is not a function at uploadFiles (js.php?t=material&tseed=61c115f5af99af5f841d488a3d6156c1:1) at Object.handleCheckFilesResult (js.php?t=material&tseed=61c115f5af99af5f841d488a3d6156c1:1) at fire (jquery-latest.js:3119) at Object.fireWith [as resolveWith] (jquery-latest.js:3231) at done (jquery-latest.js:9275) at XMLHttpRequest.callback (jquery-latest.js:9685)

I am using material design as template and ckgdoku a WYSIWYG plugin for Dokuwiki.(it doesn't work with dw editor aswell i was wondering if ever you knew what were going wrong