升级后,Redmine paste-image-from-clipboard无法正常工作

时间:2016-08-15 09:14:33

标签: redmine

我已将redmine升级到3.3.0,现在粘贴图像从剪贴板功能不再起作用了。

浏览器将错误显示为:

jcrop-0.9.10.min.js:11 Uncaught TypeError: Cannot read property 'msie' of undefined

任何人都知道如何解决此问题?

以下是升级后的环境设置。

Environment:
  Redmine version                3.3.0.stable
  Ruby version                   2.3.1-p112 (2016-04-26) [x86_64-linux]
  Rails version                  4.2.6
  Environment                    production
  Database adapter               Mysql2
SCM:
  Subversion                     1.6.11
  Mercurial                      1.4
  Git                            1.7.1
  Filesystem                     
Redmine plugins:
  clipboard_image_paste          1.8
  redcase                        1.0 beta 2.0
  redmine_code_review            0.6.3

1 个答案:

答案 0 :(得分:1)

您必须将Control Codes插件更新为最新版本。只有版本1.10支持Redmine 3.x。

此外,由于版本来自1.8,捆绑的jcrop库已更新,以支持更新的浏览器版本,这可能会解决您的问题。