Ref T10163. I would still sometimes not get a replacement after clicking with the delayed blur. This seems to fix the issue more consistently: instead of listening for a click event (which fires after the blur), listen for a mousedown event (which fires before the blur).
Details
Details
- Reviewers
chad - Maniphest Tasks
- T10163: Remarkup Autocomplete Errata
- Commits
- Restricted Diffusion Commit
rP7f19216e4499: Better fix for autocomplete blur (select on mousedown instead of delaying blur)
Observed consistent selection via mouse locally.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable