Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No option to add image from clipboard when editing issue #73

Open
pielat opened this issue Mar 13, 2018 · 7 comments
Open

No option to add image from clipboard when editing issue #73

pielat opened this issue Mar 13, 2018 · 7 comments

Comments

@pielat
Copy link

pielat commented Mar 13, 2018

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

@ozaryx
Copy link

ozaryx commented Jun 25, 2018

I have the same issue.

default

@Xandrr
Copy link

Xandrr commented Aug 17, 2018

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.

@phoppen
Copy link

phoppen commented Aug 31, 2018

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.

@Xandrr
Copy link

Xandrr commented Sep 13, 2018

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 :(

@alterdaemon
Copy link

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.

@peclik
Copy link
Owner

peclik commented Nov 8, 2018

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

@j-seki
Copy link

j-seki commented Dec 12, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants