gerhard
(Gerhard Schlager)
13 يناير 2022، 8:04م
55
أعتقد أن @simon قصد أن نفس محتوى الحافظة متاح كنص وصورة.
لقد اختبرت ذلك للتو عن طريق نسخ خلايا متعددة من LibreOffice Calc. إنه يضع نصًا مفصولًا بعلامات جدولة و صورة للخلايا في الحافظة. أفترض أن Microsoft Excel يفعل الشيء نفسه.
النتيجة هي:
column A column B
a1 b1
a2 b2

3 إعجابات
إذًا، هذا خاص بـ الجداول ؟ إذا كان الأمر كذلك، فإن هذا الموضوع يحمل عنوانًا غير صحيح ومضلل للغاية، وهو أمر مزعج للغاية..
تعديل: تم الإصلاح.
3 إعجابات
jomaxro
(Joshua Rosenfeld)
13 يناير 2022، 9:57م
57
نعم، لقد كنت أرى هذا مع الجداول .
إعجاب واحد (1)
sam
(Sam Saffron)
2 فبراير 2022، 1:50ص
58
قد يكون هذا متعلقًا بتغييرات uppy يا @martin ، هل يمكنك إلقاء نظرة؟
إعجابَين (2)
martin
(Martin Brennan)
3 فبراير 2022، 6:39ص
60
لدي طلب سحب (PR) لإصلاح هذا، وسأقوم بدمجه غدًا:
main ← issue/fix-markdown-table-pasting-uppy
opened 05:22AM - 03 Feb 22 UTC
When changing to uppy for file uploads we forgot to add
these conditions to the… paste event from 9c96511ec47bf0eb450a0b7e15738d284ee3761f
Basically, if you are pasting more than just a file (e.g. text,
html, rtf), then we should not handle the file and upload it, and
instead just paste in the text. This causes issues with spreadsheet
tools, that will copy the text representation and also an image
representation of cells to the user's clipboard.
This also moves the paste event for composer-upload-uppy to the
element found by the `editorClass` property, so it shares the paste
event with d-editor (via TextareaTextManipulation), which makes testing
this possible as the ember paste bindings are not picked up unless both
paste events are on the same element.
تعديل: تم دمج طلب السحب هذا الآن.
6 إعجابات