jspreadsheet / jspreadsheet/ce
Can't copy paste dropdown with html entities
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 7.2k
- Forks
- 890
- PR merge metrics
- No merged PRs in 30d
Description
Hi
This dropdown :
{
type: 'dropdown',
source: ['<', '>'],
}
can't be copy/pasted because < goes to clipboard and is not recognized as a valid value.
If defined as source < and other value type like \x3c (UTF-8) aren't displayed once set.
Using Jsuite format {value: '<', text: '<'} doesn't seem to work.
Is there a workaround ?
Thanks
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the dropdown using source values '<' and '>' and try copying and pasting them, then compare this with HTML-entity and Jsuite-format values. Trace the dropdown's copy/paste and value-display handling; done means the values can be copied, pasted, and displayed correctly, or the supported workaround is documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100