`syn.type()` with `[end]` does not support `input` tag
Open
- Dominant language
- JavaScript
- Stars
- 441
- Forks
- 254
- PR merge metrics
- No merged PRs in 30d
Description
v0.15.0 / latest
I would expect the cursor to be moved to the end like with `[right]` moving the cursor by one character
it seems currently not supported, code to be fixed: https://github.com/bitovi/syn/blob/c9dfa58449/src/key.js#L487
Contributor guide
Research direction
Start at src/key.js around line 487 and inspect how syn.type() handles [end] versus [right] for an input element. Reproduce the issue against an input tag and verify that [end] moves the cursor to the end, matching the requested behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100