Fixes image pasting for Edge (#3816, #32552, #32596).

Patch by Jens Krämer.


git-svn-id: http://svn.redmine.org/redmine/trunk@19356 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2019-12-11 09:06:51 +00:00
parent 454ca7469a
commit d302f778be
99 changed files with 101 additions and 100 deletions

View File

@@ -224,7 +224,7 @@ http://www.redmine.org, someone@foo.bar
<ul>
<li><strong>![](image_url)</strong> displays an image located at image_url (markdown syntax)</li>
<li>If you have an image attached to your wiki page, it can be displayed inline using its filename: <strong>![](attached_image)</strong></li>
<li>Images in your computer's clipboard can be pasted directly using Ctrl-v or Command-v (note that Internet Explorer and Edge are not supported).</li>
<li>Images in your computer's clipboard can be pasted directly using Ctrl-v or Command-v (note that Internet Explorer is not supported).</li>
<li>Image files can be dragged onto the text area in order to be uploaded and embedded.</li>
</ul>

View File

@@ -217,7 +217,7 @@ http://www.redmine.org, someone@foo.bar
<li><strong>!image_url!</strong> displays an image located at image_url (textile syntax)</li>
<li><strong>!&gt;image_url!</strong> right floating image</li>
<li>If you have an image attached to your wiki page, it can be displayed inline using its filename: <strong>!attached_image.png!</strong></li>
<li>Images in your computer's clipboard can be pasted directly using Ctrl-v or Command-v (note that Internet Explorer and Edge are not supported).</li>
<li>Images in your computer's clipboard can be pasted directly using Ctrl-v or Command-v (note that Internet Explorer is not supported).</li>
<li>Image files can be dragged onto the text area in order to be uploaded and embedded.</li>
</ul>