Adding a chip when something is selected doesn’t replace this something
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 4
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
This is only to try to mimic usual text editing behaviour (when typing/pasting over selected text replaces it). It has minim al real-world impact.
1. select some text
2. press `+` to add a chip
Actual: chip is added BEFORE selected bit in Firefox. In Chrome it’s worse:
Expected (?): chip replaces selected bit
Firefox:

Chrome:

Contributor guide
No contributing guide indexed for this repository
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 issue by selecting text and pressing `+` in Firefox and Chrome, then compare the insertion behavior with the expected replacement behavior. Identify the chip insertion entry point and verify that the selected text is replaced consistently in both browsers.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 40/100