Pocket / extension-save-to-pocket

Save to Pocket is a browser extension that is used to save pages to a connected Pocket account
https://getpocket.com
MIT License
278 stars 49 forks source link

fix(tags): fix disappearing popup while updating tags on new website #203

Closed nelsonomuto closed 4 years ago

nelsonomuto commented 5 years ago

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:

suiluj commented 4 years ago

so what about this fix? the problem still exists.

argarner commented 4 years ago

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.

collectedmind commented 4 years ago

Closed in favor of rectifying some outdated code. This has been captured in #214 and will be addressed there.

argarner commented 4 years ago

@collectedmind Thanks for finally getting to this. Any idea why it took so long?