josdejong/jsoneditor

Cannot paste styled/colored contents in Tree mode

Open

#1,259 建立於 2021年3月3日

在 GitHub 查看
 (10 留言) (0 反應) (0 負責人)JavaScript (2,034 fork)batch import
bughelp wanted

倉庫指標

Star
 (10,781 star)
PR 合併指標
 (平均合併 15小時 36分鐘) (30 天內合併 3 個 PR)

描述

In the tree mode, after paste plain text in fields, the pasted text was wrapped by a 'span' element and it cause the text cannot be selected or insert cursor. Atfer tesing several versions, I found the problem happens since version 8.6.7, previous version works fine.

<div contenteditable="true" spellcheck="false" class="jsoneditor-value jsoneditor-string jsoneditor-color-value" title>
    <span>gold</span>
</div>

貢獻者指南