Closed nelsonomuto closed 4 years ago
so what about this fix? the problem still exists.
This issue has existed the last 2 - 3 years I've been using pocket (and the chrome extension on MacOS). The lack of any updates to this extension (and this PR sitting open) for almost a year makes me doubt the future of pocket and consider jumping ship to a competitor like raindrop.
Closed in favor of rectifying some outdated code. This has been captured in #214 and will be addressed there.
@collectedmind Thanks for finally getting to this. Any idea why it took so long?
Goal
Fix #65: popup closes while typing tags
Root cause
The root cause seems to be that upon tag input the cancel close request is not being called so once the timeout reaches the popup is closed even while the user is typing a tag.
Todos:
Implementation Decisions
Approach
I decided to add a tag input focus action and saga that ensures cancel close request is explicitly triggered whenever the tag input receives focus.
All Submissions: