clipboard_image_paste icon indicating copy to clipboard operation
clipboard_image_paste copied to clipboard

No option to add image from clipboard when editing issue

Open pielat opened this issue 6 years ago • 7 comments

Hello, We have upgraded our redmine instance and your plugin. We found that there is no option to add image from clipboard when editing an issue. Is it possible that this option disappeared? New issue: image Editing issue: image

pielat avatar Mar 13 '18 12:03 pielat

I have the same issue.

default

ozaryx avatar Jun 25 '18 03:06 ozaryx

I have the same bug. Very strange, I`m not sure, after which version of Redmine this was happened. My Redmine is 3.4.1 now.

Xandrr avatar Aug 17 '18 10:08 Xandrr

edit clipboard_image_paste/assets/javascripts/clipboard_image_paste.js, look for "#attachments_fields" and replace with ".attachments_fields" (at 2 places), that solves it. The javascript could no longer find the location where the form should be inserted.

phoppen avatar Aug 31 '18 13:08 phoppen

edit clipboard_image_paste/assets/javascripts/clipboard_image_paste.js, look for "#attachments_fields" and replace with ".attachments_fields" (at 2 places), that solves it. The javascript could no longer find the location where the form should be inserted.

I tried this, but it still don`t work :(

Xandrr avatar Sep 13 '18 09:09 Xandrr

edit clipboard_image_paste/assets/javascripts/clipboard_image_paste.js, look for "#attachments_fields" and replace with ".attachments_fields" (at 2 places), that solves it. The javascript could no longer find the location where the form should be inserted.

I tried this, but it still don`t work :(

I you are using a_common_libs form RMplus team please follow this instruction.

alterdaemon avatar Oct 23 '18 12:10 alterdaemon

Probably there is a conflict with another plugin. Try disabling other plugins until the "Add..." link appears.

peclik avatar Nov 08 '18 19:11 peclik

I have the same bug. IE11 + redmine 3.4.6 I tried to add code. clipboard_image_paste.js:587 alert("1"); <- added addFile = $(".attachments_form"); It's OK. form has been displayed. addFile = $(".attachments_form"); alert("1"); <- added It,s NG! form is not displayed.

j-seki avatar Dec 12 '18 05:12 j-seki