Closed collectedmind closed 3 years ago
Opening this as a temporary record since #203 was automatically dismissed when develop was removed. Moving towards having a single source of truth and develop
was an outdated convention.
Closing this PR as it is outdated and this issue has been resolved here: https://github.com/Pocket/extension-save-to-pocket/pull/229
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: