Frontmatter
| title | Add firefox compatibilty to onSelectionChange |
| author | r-l-d |
| state | Merged |
| createdAt | Sep 5, 2023, 9:00 AM |
| updatedAt | Sep 5, 2023, 9:25 AM |
| closedAt | Sep 5, 2023, 9:25 AM |
| mergedAt | Sep 5, 2023, 9:25 AM |
| branches | dev ← dev |
| url | https://github.com/neomjs/neo/pull/4840 |
Merged

r-l-d
commented on Sep 5, 2023, 9:03 AM
Resolves an issue where firefox uses event.target instead of event.target.activeElement (like Chrome) for onSelectionChange events.

tobiu
commented on Sep 5, 2023, 9:24 AM
hi ross! thx. will merge it in. i will probably add target as a variable, since we are using it 3+ times now (file size).
Please make sure to read the Contributing Guidelines:
https://github.com/neomjs/neo/blob/dev/CONTRIBUTING.md
What kind of change does this PR introduce? (check at least one)
Does this PR introduce a breaking change? (check one)
If yes, please describe the impact and migration path for existing applications:
The PR fulfills these requirements:
devbranch, not themasterbranchfix #xxx[,#xxx], where "xxx" is the issue number)If adding a new feature, the PR's description includes:
Other information: