JedWatson / JedWatson/react-select
[IE11] Different order of calls onChange and onBlur
Open
Nobody has claimed this yet.
issue/bug-unconfirmed
issue/reviewed
- Dominant language
- TypeScript
- Stars
- 28k
- Forks
- 4.1k
- PR merge metrics
- No merged PRs in 30d
Description
If to add console.log for onChange and onBlur than in all browsers (except IE11) you get:
onBlur
onChange
In IE11:
onChange,
onBlur
Potentially could cause other bugs.
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
Start by reproducing the onChange and onBlur event order in IE11 and another browser, then trace the Select component's event handling. The issue does not name files, tests, or a specific expected fix; establish the intended ordering and verify that the resulting behavior is consistent without introducing other event bugs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100