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
{{ message }}
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.
Edit Error when the cell data contains "<, >", because it changed the structure of html.
To Reproduce
The first step: set cell data as "abc<abc"
The second step: select this cell
See error: the function box shows "abc" instead of "abc<abc".
Double click the cell
See error: the edit box shows "abc" instead of "abc<abc".
What is expected?
The reason of this bug is because of the sign "<", ">" changed the html structure of edit box and function box.
Show the write value in edit box, function box when the cell value contains sign "<" and ">".
Screenshots or demo
Environment
OS: Mac
Browser Version: Chrome Version Version 102.0.5005.115 (Official Build) (arm64)
Luckysheet Version: 2.1.13
Additional context
The text was updated successfully, but these errors were encountered:
xu3927
pushed a commit
to xu3927/Luckysheet
that referenced
this issue
Jun 20, 2022
1. fix edit box and function box shows error data when cell value contains "<" and ">" sign. 2: fix
copy paste data error when cell value contains "<", ">" sign. 3: add .vscode to gitignore
fixdream-num#1060
Describe the bug
Edit Error when the cell data contains "<, >", because it changed the structure of html.
To Reproduce
What is expected?
The reason of this bug is because of the sign "<", ">" changed the html structure of edit box and function box.
Show the write value in edit box, function box when the cell value contains sign "<" and ">".
Screenshots or demo
Environment
Additional context
The text was updated successfully, but these errors were encountered: