-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Dictionary data is updating [...]" doesn't go away after update is complete, if popup is left open #1677
Comments
Excellent idea. I can look at this at some point but if anyone else wants to take it, I think the implementation would probably include the following parts:
I think that would probably do it. An alternative approach would be to try and use the DB-listener setup in the background page from each content script (the setup we currently use for synchronizing the options pages with the database state). That might be less code but it's probably a bit more risky since we'd have to check we do port management correctly when using the all tab manager. |
I noticed this while developing. Not a critical issue by any means, but would be nice to fix at some point. If you do a fresh install, mouse over some word, get the "Dictionary data is updating, incomplete results shown." notice in the bottom, it won't go away when the download is finished, nor will the kanji and names tabs become available, until you force the popup to re-render by either mousing another word or closing and reopening it. It would be ideal if it re-rendered itself automatically once the download was complete.
The text was updated successfully, but these errors were encountered: