]> source.dussan.org Git - redmine.git/commitdiff
Fixes image pasting for Edge (#3816, #32552, #32596).
authorGo MAEDA <maeda@farend.jp>
Wed, 11 Dec 2019 09:06:51 +0000 (09:06 +0000)
committerGo MAEDA <maeda@farend.jp>
Wed, 11 Dec 2019 09:06:51 +0000 (09:06 +0000)
Patch by Jens Krämer.

git-svn-id: http://svn.redmine.org/redmine/trunk@19356 e93f8b46-1217-0410-a6f0-8f06a7374b81

99 files changed:
public/help/ar/wiki_syntax_detailed_markdown.html
public/help/ar/wiki_syntax_detailed_textile.html
public/help/az/wiki_syntax_detailed_markdown.html
public/help/az/wiki_syntax_detailed_textile.html
public/help/bg/wiki_syntax_detailed_markdown.html
public/help/bg/wiki_syntax_detailed_textile.html
public/help/bs/wiki_syntax_detailed_markdown.html
public/help/bs/wiki_syntax_detailed_textile.html
public/help/ca/wiki_syntax_detailed_markdown.html
public/help/ca/wiki_syntax_detailed_textile.html
public/help/cs/wiki_syntax_detailed_markdown.html
public/help/cs/wiki_syntax_detailed_textile.html
public/help/da/wiki_syntax_detailed_markdown.html
public/help/da/wiki_syntax_detailed_textile.html
public/help/de/wiki_syntax_detailed_markdown.html
public/help/de/wiki_syntax_detailed_textile.html
public/help/el/wiki_syntax_detailed_markdown.html
public/help/el/wiki_syntax_detailed_textile.html
public/help/en-gb/wiki_syntax_detailed_markdown.html
public/help/en-gb/wiki_syntax_detailed_textile.html
public/help/en/wiki_syntax_detailed_markdown.html
public/help/en/wiki_syntax_detailed_textile.html
public/help/es-pa/wiki_syntax_detailed_markdown.html
public/help/es-pa/wiki_syntax_detailed_textile.html
public/help/es/wiki_syntax_detailed_markdown.html
public/help/es/wiki_syntax_detailed_textile.html
public/help/et/wiki_syntax_detailed_markdown.html
public/help/et/wiki_syntax_detailed_textile.html
public/help/eu/wiki_syntax_detailed_markdown.html
public/help/eu/wiki_syntax_detailed_textile.html
public/help/fa/wiki_syntax_detailed_markdown.html
public/help/fa/wiki_syntax_detailed_textile.html
public/help/fi/wiki_syntax_detailed_markdown.html
public/help/fi/wiki_syntax_detailed_textile.html
public/help/fr/wiki_syntax_detailed_markdown.html
public/help/fr/wiki_syntax_detailed_textile.html
public/help/gl/wiki_syntax_detailed_markdown.html
public/help/gl/wiki_syntax_detailed_textile.html
public/help/he/wiki_syntax_detailed_markdown.html
public/help/he/wiki_syntax_detailed_textile.html
public/help/hr/wiki_syntax_detailed_markdown.html
public/help/hr/wiki_syntax_detailed_textile.html
public/help/hu/wiki_syntax_detailed_markdown.html
public/help/hu/wiki_syntax_detailed_textile.html
public/help/id/wiki_syntax_detailed_markdown.html
public/help/id/wiki_syntax_detailed_textile.html
public/help/it/wiki_syntax_detailed_markdown.html
public/help/it/wiki_syntax_detailed_textile.html
public/help/ja/wiki_syntax_detailed_markdown.html
public/help/ja/wiki_syntax_detailed_textile.html
public/help/ko/wiki_syntax_detailed_markdown.html
public/help/ko/wiki_syntax_detailed_textile.html
public/help/lt/wiki_syntax_detailed_markdown.html
public/help/lt/wiki_syntax_detailed_textile.html
public/help/lv/wiki_syntax_detailed_markdown.html
public/help/lv/wiki_syntax_detailed_textile.html
public/help/mk/wiki_syntax_detailed_markdown.html
public/help/mk/wiki_syntax_detailed_textile.html
public/help/mn/wiki_syntax_detailed_markdown.html
public/help/mn/wiki_syntax_detailed_textile.html
public/help/nl/wiki_syntax_detailed_markdown.html
public/help/nl/wiki_syntax_detailed_textile.html
public/help/no/wiki_syntax_detailed_markdown.html
public/help/no/wiki_syntax_detailed_textile.html
public/help/pl/wiki_syntax_detailed_markdown.html
public/help/pl/wiki_syntax_detailed_textile.html
public/help/pt-br/wiki_syntax_detailed_markdown.html
public/help/pt-br/wiki_syntax_detailed_textile.html
public/help/pt/wiki_syntax_detailed_markdown.html
public/help/pt/wiki_syntax_detailed_textile.html
public/help/ro/wiki_syntax_detailed_markdown.html
public/help/ro/wiki_syntax_detailed_textile.html
public/help/ru/wiki_syntax_detailed_markdown.html
public/help/ru/wiki_syntax_detailed_textile.html
public/help/sk/wiki_syntax_detailed_markdown.html
public/help/sk/wiki_syntax_detailed_textile.html
public/help/sl/wiki_syntax_detailed_markdown.html
public/help/sl/wiki_syntax_detailed_textile.html
public/help/sq/wiki_syntax_detailed_markdown.html
public/help/sq/wiki_syntax_detailed_textile.html
public/help/sr-yu/wiki_syntax_detailed_markdown.html
public/help/sr-yu/wiki_syntax_detailed_textile.html
public/help/sr/wiki_syntax_detailed_markdown.html
public/help/sr/wiki_syntax_detailed_textile.html
public/help/sv/wiki_syntax_detailed_markdown.html
public/help/sv/wiki_syntax_detailed_textile.html
public/help/th/wiki_syntax_detailed_markdown.html
public/help/th/wiki_syntax_detailed_textile.html
public/help/tr/wiki_syntax_detailed_markdown.html
public/help/tr/wiki_syntax_detailed_textile.html
public/help/uk/wiki_syntax_detailed_markdown.html
public/help/uk/wiki_syntax_detailed_textile.html
public/help/vi/wiki_syntax_detailed_markdown.html
public/help/vi/wiki_syntax_detailed_textile.html
public/help/zh-tw/wiki_syntax_detailed_markdown.html
public/help/zh-tw/wiki_syntax_detailed_textile.html
public/help/zh/wiki_syntax_detailed_markdown.html
public/help/zh/wiki_syntax_detailed_textile.html
public/javascripts/attachments.js

index 7ba3eaba6b2b2a9b844741aec2ac8dea8861ab43..787df08a38b7bd30392550a9a6eaddac2cbc3fc4 100644 (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>
 
index f0360fc5716ad3ec8830e60075814a8c33f7dc1e..02c6620523b37aa84419a45e918b44ec70c8c59e 100644 (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>
 
index 7ba3eaba6b2b2a9b844741aec2ac8dea8861ab43..787df08a38b7bd30392550a9a6eaddac2cbc3fc4 100644 (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>
 
index f0360fc5716ad3ec8830e60075814a8c33f7dc1e..02c6620523b37aa84419a45e918b44ec70c8c59e 100644 (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>
 
index 7ba3eaba6b2b2a9b844741aec2ac8dea8861ab43..787df08a38b7bd30392550a9a6eaddac2cbc3fc4 100644 (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>
 
index f0360fc5716ad3ec8830e60075814a8c33f7dc1e..02c6620523b37aa84419a45e918b44ec70c8c59e 100644 (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>
 
index 7ba3eaba6b2b2a9b844741aec2ac8dea8861ab43..787df08a38b7bd30392550a9a6eaddac2cbc3fc4 100644 (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>
 
index f0360fc5716ad3ec8830e60075814a8c33f7dc1e..02c6620523b37aa84419a45e918b44ec70c8c59e 100644 (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>
 
index 7ba3eaba6b2b2a9b844741aec2ac8dea8861ab43..787df08a38b7bd30392550a9a6eaddac2cbc3fc4 100644 (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>
 
index f0360fc5716ad3ec8830e60075814a8c33f7dc1e..02c6620523b37aa84419a45e918b44ec70c8c59e 100644 (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>
 
index d9d818fb8b0b79eb03490e721949bb0f34c1f450..288e982324c8866a29e7c6e1291d22ebecd7bca2 100644 (file)
@@ -221,7 +221,7 @@ http://www.redmine.org, someone@foo.bar
         <ul>
             <li><strong>![](image_url)</strong> zobrazí obrázek z odkazu (syntaxe Markdown)</li>
             <li>Jestliže máte obrázek přiložený k Wiki stránce, může být zobrazen jako vložený obrázek pomocí jeho jména: <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>
 
index 1eec2efa5e2e23ac73d6e19e82c8695e51ac0f95..37daad775c22c7570d11215ed4f416aac9e13ede 100644 (file)
@@ -226,7 +226,7 @@ http://www.redmine.org, someone@foo.bar
             <li><strong>!image_url!</strong> zobrazí obrázek z odkazu (syntaxe textile)</li>
             <li><strong>!&gt;image_url!</strong> obrázek zarovnaný napravo</li>
             <li>Jestliže máte obrázek přiložený k Wiki stránce, může být zobrazen jako vložený obrázek pomocí jeho jména: <strong>!prilozeny_obrazek.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>
 
index 7ba3eaba6b2b2a9b844741aec2ac8dea8861ab43..787df08a38b7bd30392550a9a6eaddac2cbc3fc4 100644 (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>
 
index f0360fc5716ad3ec8830e60075814a8c33f7dc1e..02c6620523b37aa84419a45e918b44ec70c8c59e 100644 (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>
 
index 7ba3eaba6b2b2a9b844741aec2ac8dea8861ab43..787df08a38b7bd30392550a9a6eaddac2cbc3fc4 100644 (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>
 
index f0360fc5716ad3ec8830e60075814a8c33f7dc1e..02c6620523b37aa84419a45e918b44ec70c8c59e 100644 (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>
 
index 7ba3eaba6b2b2a9b844741aec2ac8dea8861ab43..787df08a38b7bd30392550a9a6eaddac2cbc3fc4 100644 (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>
 
index f0360fc5716ad3ec8830e60075814a8c33f7dc1e..02c6620523b37aa84419a45e918b44ec70c8c59e 100644 (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>
 
index 7ba3eaba6b2b2a9b844741aec2ac8dea8861ab43..787df08a38b7bd30392550a9a6eaddac2cbc3fc4 100644 (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>
 
index f0360fc5716ad3ec8830e60075814a8c33f7dc1e..02c6620523b37aa84419a45e918b44ec70c8c59e 100644 (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>
 
index 7ba3eaba6b2b2a9b844741aec2ac8dea8861ab43..787df08a38b7bd30392550a9a6eaddac2cbc3fc4 100644 (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>
 
index f0360fc5716ad3ec8830e60075814a8c33f7dc1e..02c6620523b37aa84419a45e918b44ec70c8c59e 100644 (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>
 
index 7ba3eaba6b2b2a9b844741aec2ac8dea8861ab43..787df08a38b7bd30392550a9a6eaddac2cbc3fc4 100644 (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>
 
index f0360fc5716ad3ec8830e60075814a8c33f7dc1e..02c6620523b37aa84419a45e918b44ec70c8c59e 100644 (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>
 
index 7ba3eaba6b2b2a9b844741aec2ac8dea8861ab43..787df08a38b7bd30392550a9a6eaddac2cbc3fc4 100644 (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>
 
index f0360fc5716ad3ec8830e60075814a8c33f7dc1e..02c6620523b37aa84419a45e918b44ec70c8c59e 100644 (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>
 
index 7ba3eaba6b2b2a9b844741aec2ac8dea8861ab43..787df08a38b7bd30392550a9a6eaddac2cbc3fc4 100644 (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>
 
index f0360fc5716ad3ec8830e60075814a8c33f7dc1e..02c6620523b37aa84419a45e918b44ec70c8c59e 100644 (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>
 
index 7ba3eaba6b2b2a9b844741aec2ac8dea8861ab43..787df08a38b7bd30392550a9a6eaddac2cbc3fc4 100644 (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>
 
index f0360fc5716ad3ec8830e60075814a8c33f7dc1e..02c6620523b37aa84419a45e918b44ec70c8c59e 100644 (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>
 
index 7ba3eaba6b2b2a9b844741aec2ac8dea8861ab43..787df08a38b7bd30392550a9a6eaddac2cbc3fc4 100644 (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>
 
index f0360fc5716ad3ec8830e60075814a8c33f7dc1e..02c6620523b37aa84419a45e918b44ec70c8c59e 100644 (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>
 
index 7ba3eaba6b2b2a9b844741aec2ac8dea8861ab43..787df08a38b7bd30392550a9a6eaddac2cbc3fc4 100644 (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>
 
index f0360fc5716ad3ec8830e60075814a8c33f7dc1e..02c6620523b37aa84419a45e918b44ec70c8c59e 100644 (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>
 
index 7ba3eaba6b2b2a9b844741aec2ac8dea8861ab43..787df08a38b7bd30392550a9a6eaddac2cbc3fc4 100644 (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>
 
index 9d9dc89cd72dca40208d150eac1cefd91e250a55..e9e9b377229067d1f6e3d26d48ca20c3b6f919b3 100644 (file)
@@ -217,7 +217,7 @@ http://www.redmine.org, someone@foo.bar
             <li><strong>!url_de_l_image!</strong> affiche une image situé à l'adresse displays an image located at url_de_l_image (syntaxe Textile)</li>
             <li><strong>!&gt;url_de_l_image!</strong> Image affichée à droite</li>
             <li>Si vous avez une image en pièce jointe de votre page Wiki, elle peut être affiché en utilisant simplement sont nom: <strong>!image_en_piece_jointe.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>
 
index a1e11ad4eb5655e259d2befe403420eeaa675f68..9b2a0e7e4ff7f10dcac087cda144c31711202981 100644 (file)
@@ -223,7 +223,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>
 
index ac115fd62f4897e47613cb5d0fab2881169aea28..00c60661f73078bd2b795ee54599e12cf28932f7 100644 (file)
@@ -218,7 +218,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>
 
index 7ba3eaba6b2b2a9b844741aec2ac8dea8861ab43..787df08a38b7bd30392550a9a6eaddac2cbc3fc4 100644 (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>
 
index f0360fc5716ad3ec8830e60075814a8c33f7dc1e..02c6620523b37aa84419a45e918b44ec70c8c59e 100644 (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>
 
index 7ba3eaba6b2b2a9b844741aec2ac8dea8861ab43..787df08a38b7bd30392550a9a6eaddac2cbc3fc4 100644 (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>
 
index f0360fc5716ad3ec8830e60075814a8c33f7dc1e..02c6620523b37aa84419a45e918b44ec70c8c59e 100644 (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>
 
index 7ba3eaba6b2b2a9b844741aec2ac8dea8861ab43..787df08a38b7bd30392550a9a6eaddac2cbc3fc4 100644 (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>
 
index f0360fc5716ad3ec8830e60075814a8c33f7dc1e..02c6620523b37aa84419a45e918b44ec70c8c59e 100644 (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>
 
index 7ba3eaba6b2b2a9b844741aec2ac8dea8861ab43..787df08a38b7bd30392550a9a6eaddac2cbc3fc4 100644 (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>
 
index f0360fc5716ad3ec8830e60075814a8c33f7dc1e..02c6620523b37aa84419a45e918b44ec70c8c59e 100644 (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>
 
index 7ba3eaba6b2b2a9b844741aec2ac8dea8861ab43..787df08a38b7bd30392550a9a6eaddac2cbc3fc4 100644 (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>
 
index f0360fc5716ad3ec8830e60075814a8c33f7dc1e..02c6620523b37aa84419a45e918b44ec70c8c59e 100644 (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>
 
index 09243cded0ac1ec5c9e76e679c6d3006df05645a..842c85e87054eb32ca3712db165e7fff30ed4234 100644 (file)
@@ -222,7 +222,7 @@ http://www.redmine.org, someone@foo.bar
         <ul>
             <li><strong>![](image_url)</strong> image_urlで指定されたURLの画像を表示 (Markdownの記法)</li>
             <li>Wikiページに添付された画像があれば、ファイル名を指定して画像を表示させることができます: <strong>![](attached_image)</strong></li>
-            <li>PCã\81®ã\82¯ã\83ªã\83\83ã\83\97ã\83\9cã\83¼ã\83\89å\86\85ã\81®ç\94»å\83\8fã\81¯ Ctrl-v ã\81¾ã\81\9fã\81¯ Command-v ã\81§ç\9b´æ\8e¥è²¼ã\82\8aä»\98ã\81\91ã\82\8bã\81\93ã\81¨ã\81\8cã\81§ã\81\8dã\81¾ã\81\99 (Internet Explorerã\81¨Edgeã\81«ã\81¯å¯¾å¿\9cã\81\97ã\81¦ã\81\84ã\81¾ã\81\9bã\82\93\80\82</li>
+            <li>PCのクリップボード内の画像は Ctrl-v または Command-v で直接貼り付けることができます (Internet Explorerには対応していません)。</li>
             <li>画像ファイルをテキストエリアにドロップするとアップロードと画像の埋め込みが行われます。</li>
         </ul>
 
index fce2cfa4c36fa48f82aea163a0dd9597ec07b13c..daa20210a06ea3ee1962ae95410b21c6e90d586a 100644 (file)
@@ -217,7 +217,7 @@ http://www.redmine.org, someone@foo.bar
             <li><strong>!image_url!</strong> image_urlで指定されたURLの画像を表示 (Textile記法)</li>
             <li><strong>!&gt;image_url!</strong> 画像を右寄せ・テキスト回り込みありで表示</li>
             <li>Wikiページに添付された画像があれば、ファイル名を指定して画像を表示させることができます: <strong>!attached_image.png!</strong></li>
-            <li>PCã\81®ã\82¯ã\83ªã\83\83ã\83\97ã\83\9cã\83¼ã\83\89å\86\85ã\81®ç\94»å\83\8fã\81¯ Ctrl-v ã\81¾ã\81\9fã\81¯ Command-v ã\81§ç\9b´æ\8e¥è²¼ã\82\8aä»\98ã\81\91ã\82\8bã\81\93ã\81¨ã\81\8cã\81§ã\81\8dã\81¾ã\81\99 (Internet Explorerã\81¨Edgeã\81«ã\81¯å¯¾å¿\9cã\81\97ã\81¦ã\81\84ã\81¾ã\81\9bã\82\93\80\82</li>
+            <li>PCのクリップボード内の画像は Ctrl-v または Command-v で直接貼り付けることができます (Internet Explorerには対応していません)。</li>
             <li>画像ファイルをテキストエリアにドロップするとアップロードと画像の埋め込みが行われます。</li>
         </ul>
 
index 7ba3eaba6b2b2a9b844741aec2ac8dea8861ab43..787df08a38b7bd30392550a9a6eaddac2cbc3fc4 100644 (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>
 
index f0360fc5716ad3ec8830e60075814a8c33f7dc1e..02c6620523b37aa84419a45e918b44ec70c8c59e 100644 (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>
 
index 7ba3eaba6b2b2a9b844741aec2ac8dea8861ab43..787df08a38b7bd30392550a9a6eaddac2cbc3fc4 100644 (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>
 
index 0d29f59c87c0ba4e78a0d8c432247d173df624a2..42de742e0d3dd9da3a6a52ecbd3183e217e111e5 100644 (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>
index 7ba3eaba6b2b2a9b844741aec2ac8dea8861ab43..787df08a38b7bd30392550a9a6eaddac2cbc3fc4 100644 (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>
 
index f0360fc5716ad3ec8830e60075814a8c33f7dc1e..02c6620523b37aa84419a45e918b44ec70c8c59e 100644 (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>
 
index 7ba3eaba6b2b2a9b844741aec2ac8dea8861ab43..787df08a38b7bd30392550a9a6eaddac2cbc3fc4 100644 (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>
 
index f0360fc5716ad3ec8830e60075814a8c33f7dc1e..02c6620523b37aa84419a45e918b44ec70c8c59e 100644 (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>
 
index 7ba3eaba6b2b2a9b844741aec2ac8dea8861ab43..787df08a38b7bd30392550a9a6eaddac2cbc3fc4 100644 (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>
 
index f0360fc5716ad3ec8830e60075814a8c33f7dc1e..02c6620523b37aa84419a45e918b44ec70c8c59e 100644 (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>
 
index 7ba3eaba6b2b2a9b844741aec2ac8dea8861ab43..787df08a38b7bd30392550a9a6eaddac2cbc3fc4 100644 (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>
 
index f0360fc5716ad3ec8830e60075814a8c33f7dc1e..02c6620523b37aa84419a45e918b44ec70c8c59e 100644 (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>
 
index 7ba3eaba6b2b2a9b844741aec2ac8dea8861ab43..787df08a38b7bd30392550a9a6eaddac2cbc3fc4 100644 (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>
 
index f0360fc5716ad3ec8830e60075814a8c33f7dc1e..02c6620523b37aa84419a45e918b44ec70c8c59e 100644 (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>
 
index 7ba3eaba6b2b2a9b844741aec2ac8dea8861ab43..787df08a38b7bd30392550a9a6eaddac2cbc3fc4 100644 (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>
 
index f0360fc5716ad3ec8830e60075814a8c33f7dc1e..02c6620523b37aa84419a45e918b44ec70c8c59e 100644 (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>
 
index 7ba3eaba6b2b2a9b844741aec2ac8dea8861ab43..787df08a38b7bd30392550a9a6eaddac2cbc3fc4 100644 (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>
 
index f0360fc5716ad3ec8830e60075814a8c33f7dc1e..02c6620523b37aa84419a45e918b44ec70c8c59e 100644 (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>
 
index 7ba3eaba6b2b2a9b844741aec2ac8dea8861ab43..787df08a38b7bd30392550a9a6eaddac2cbc3fc4 100644 (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>
 
index f0360fc5716ad3ec8830e60075814a8c33f7dc1e..02c6620523b37aa84419a45e918b44ec70c8c59e 100644 (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>
 
index 7ba3eaba6b2b2a9b844741aec2ac8dea8861ab43..787df08a38b7bd30392550a9a6eaddac2cbc3fc4 100644 (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>
 
index f0360fc5716ad3ec8830e60075814a8c33f7dc1e..02c6620523b37aa84419a45e918b44ec70c8c59e 100644 (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>
 
index 7ba3eaba6b2b2a9b844741aec2ac8dea8861ab43..787df08a38b7bd30392550a9a6eaddac2cbc3fc4 100644 (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>
 
index 6d83cbd332f944f913693b9bbb30b08b6687b9f7..77f812bb8546bdaa93b1c94b98777e94c12caa66 100644 (file)
@@ -247,7 +247,7 @@ http://www.redmine.org, someone@foo.bar
     <li>Прикреплённое к wiki-странице изображение можно отобразить в тексте, используя имя файла:
         <strong>!вложенное_изображение.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>
 
index 7ba3eaba6b2b2a9b844741aec2ac8dea8861ab43..787df08a38b7bd30392550a9a6eaddac2cbc3fc4 100644 (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>
 
index f0360fc5716ad3ec8830e60075814a8c33f7dc1e..02c6620523b37aa84419a45e918b44ec70c8c59e 100644 (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>
 
index 7ba3eaba6b2b2a9b844741aec2ac8dea8861ab43..787df08a38b7bd30392550a9a6eaddac2cbc3fc4 100644 (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>
 
index f0360fc5716ad3ec8830e60075814a8c33f7dc1e..02c6620523b37aa84419a45e918b44ec70c8c59e 100644 (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>
 
index 7ba3eaba6b2b2a9b844741aec2ac8dea8861ab43..787df08a38b7bd30392550a9a6eaddac2cbc3fc4 100644 (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>
 
index f0360fc5716ad3ec8830e60075814a8c33f7dc1e..02c6620523b37aa84419a45e918b44ec70c8c59e 100644 (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>
 
index 7ba3eaba6b2b2a9b844741aec2ac8dea8861ab43..787df08a38b7bd30392550a9a6eaddac2cbc3fc4 100644 (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>
 
index f0360fc5716ad3ec8830e60075814a8c33f7dc1e..02c6620523b37aa84419a45e918b44ec70c8c59e 100644 (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>
 
index 7ba3eaba6b2b2a9b844741aec2ac8dea8861ab43..787df08a38b7bd30392550a9a6eaddac2cbc3fc4 100644 (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>
 
index f0360fc5716ad3ec8830e60075814a8c33f7dc1e..02c6620523b37aa84419a45e918b44ec70c8c59e 100644 (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>
 
index 7ba3eaba6b2b2a9b844741aec2ac8dea8861ab43..787df08a38b7bd30392550a9a6eaddac2cbc3fc4 100644 (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>
 
index f0360fc5716ad3ec8830e60075814a8c33f7dc1e..02c6620523b37aa84419a45e918b44ec70c8c59e 100644 (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>
 
index 7ba3eaba6b2b2a9b844741aec2ac8dea8861ab43..787df08a38b7bd30392550a9a6eaddac2cbc3fc4 100644 (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>
 
index f0360fc5716ad3ec8830e60075814a8c33f7dc1e..02c6620523b37aa84419a45e918b44ec70c8c59e 100644 (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>
 
index 7ba3eaba6b2b2a9b844741aec2ac8dea8861ab43..787df08a38b7bd30392550a9a6eaddac2cbc3fc4 100644 (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>
 
index f0360fc5716ad3ec8830e60075814a8c33f7dc1e..02c6620523b37aa84419a45e918b44ec70c8c59e 100644 (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>
 
index 674a602f3fba9ba75889b23d47cec47cc4003203..3d8733bdf5feb17751e3b0b1009c4ccb904d646f 100644 (file)
@@ -222,7 +222,7 @@ http://www.redmine.org, someone@foo.bar
         <ul>
             <li><strong>![](image_url)</strong> виводить зображення, розташоване за адресою image_url (markdown синтаксис)</li>
             <li><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>
 
index fc12dc5e7c3af39f3feefbcf4d4ec1f8f222ab5c..90e7730edcb0cfa831697119f7da0ac28f45a199 100644 (file)
@@ -217,7 +217,7 @@ http://www.redmine.org, someone@foo.bar
             <li><strong>!image_url!</strong> виводить зображення, розташоване за адресою image_url (textile syntax)</li>
             <li><strong>!&gt;image_url!</strong> зображення відображається з права(right floating)</li>
             <li><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>
 
index 7ba3eaba6b2b2a9b844741aec2ac8dea8861ab43..787df08a38b7bd30392550a9a6eaddac2cbc3fc4 100644 (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>
 
index f0360fc5716ad3ec8830e60075814a8c33f7dc1e..02c6620523b37aa84419a45e918b44ec70c8c59e 100644 (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>
 
index 892d0093614ad657e5b5b58c0caeba7502267511..086726c9451fc6b5b0dfc1e3b358f8b717a17da6 100644 (file)
@@ -222,7 +222,7 @@ http://www.redmine.org, someone@foo.bar
         <ul>
             <li><strong>![](image_url)</strong> 顯示一個位於 image_url 位址的圖像 (markdown 語法)</li>
             <li>若您附加了一個圖像到 Wiki 頁面中,可以使用他的檔案名稱來顯示成內嵌圖像: <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>
 
index 905cdd514e621de363226e4c79edec1909e88daa..d66f2b6ac6dddae80fd7d91a2de93ad41242e62f 100644 (file)
@@ -217,7 +217,7 @@ http://www.redmine.org, someone@foo.bar
             <li><strong>!image_url!</strong> 顯示一個位於 image_url 位址的圖像 (textile 語法)</li>
             <li><strong>!&gt;image_url!</strong> 右側浮動圖像</li>
             <li>若您附加了一個圖像到 Wiki 頁面中,可以使用他的檔案名稱來顯示成內嵌圖像: <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>
 
index 7ba3eaba6b2b2a9b844741aec2ac8dea8861ab43..787df08a38b7bd30392550a9a6eaddac2cbc3fc4 100644 (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>
 
index 9a46a879e23ecfa227dd47911a725ed53c59dff2..8d07578b42a9ef0ee6e6b56ca540924b2c3ac640 100644 (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>你可以上传图片附件到 wiki 页面,然后使用它的文件名作为路径: <strong>!已上传的图片.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>
 
index 4a33daf55baad2680e1bfacd44ec78e68bd58b08..053ef076a93c7d1eae5af4813329ecd6bad025e0 100644 (file)
@@ -103,7 +103,7 @@ function uploadBlob(blob, uploadUrl, attachmentId, options) {
   }, options);
 
   uploadUrl = uploadUrl + '?attachment_id=' + attachmentId;
-  if (blob instanceof window.File) {
+  if (blob instanceof window.Blob) {
     uploadUrl += '&filename=' + encodeURIComponent(blob.name);
     uploadUrl += '&content_type=' + encodeURIComponent(blob.type);
   }
@@ -271,7 +271,8 @@ function copyImageFromClipboard(e) {
         + ('0'+date.getMinutes()).slice(-2)
         + '-' + randomKey(5).toLocaleLowerCase()
         + '.' + blob.name.split('.').pop();
-      var file = new File([blob], filename, {type: blob.type});
+      var file = new Blob([blob], {type: blob.type});
+      file.name = filename;
       var inputEl = $('input:file.filedrop').first()
       handleFileDropEvent.target = e.target;
       addFile(inputEl, file, true);