You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UMD method introduces dependencies into the project, and the local development environment works normally. There are exceptions when deploying to testing and production environments.(UMD方式引入到项目中,本地开发环境正常。部署到测试及生产环境有异常)
Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑🤝🧑👫🧑🏿🤝🧑🏻👩🏾🤝👨🏿👬🏿
Origin Title: [Bug] Copy and paste the contents of a cell, and the content before and after ‘<’ or '>' is missing
Title: [Bug] Copy and paste the contents of a cell, and the content before and after ‘<’ or ‘>’ is missing
Before you submitted this question, did you check the following?
Is this really a problem?
I've searched Github Issues but haven't found any similar issues.
Affected packages and versions
0.4.1
Recurrence link
UMD method introduces dependencies into the project, and the local development environment works normally. There are exceptions when deploying to testing and production environments.
Copy the content of the cell, and after pasting, the contents of ‘’<‘’+letters and letters+‘>’ will be treated as html tags and lost.
There will also be cases where the content is copied, but the pasted result is still the previous content, and the font color changes to blue after the content is pasted into another cell.
Expected behavior
The content remains unchanged after copying and pasting.
Actual behavior
Problem 1: The pasted result was copied last time
When you copy 'a<>b' for the first time, is the correct one pasted or 'a<>b'?
Copy ‘<a’ for the second time, and the pasted result is ‘a<>b’ from the previous time.
Question 2: There cannot be letters after the less than sign, otherwise the content will be lost.
Copy '123<123>asf<123>321<sadf' and paste the result: '123<123>asf<123>321'
Running environment
Chrome
System information
No response
univer-botbot
changed the title
[Bug] Copy and paste the contents of a cell, and the content before and after ‘<’ or '>' is missing
[Bug] Copy and paste the contents of a cell, and the content before and after ‘<’ or ‘>’ is missing
Nov 1, 2024
在您提交此问题之前,您是否检查了以下内容?
受影响的包和版本
0.4.1
复现链接
UMD method introduces dependencies into the project, and the local development environment works normally. There are exceptions when deploying to testing and production environments.(UMD方式引入到项目中,本地开发环境正常。部署到测试及生产环境有异常)
预期行为
复制粘贴后内容不变。
实际行为
问题一:粘贴结果是前一次复制的
问题二:小于号后面不能有字母,否则内容会丢失。
运行环境
Chrome
系统信息
No response
The text was updated successfully, but these errors were encountered: