-
Notifications
You must be signed in to change notification settings - Fork 128
Investigate "Invalid tab ID" #2990
Comments
A similar error was reported in issue #2842, but the issue was fixed and I haven't managed to reproduce it with the provided steps on the latest Nightly build with Screenshots 9.0.0 installed. However, on the latest Screenshots (9.0.0) version I have found other steps that shows an "Invalid tab ID" error in browser console: [Prerequisites]:
[Steps to reproduce]:
[Expected Results]:
[Actual Results]:
[Notes]: |
The code always tries to make the icon not-active, but one case when it tries is when the tab has been closed
This seems mostly gone, but reappeared in this report:
|
Hopefully #3222 will fix this as well... |
The last comment's from almost four months ago. Is this still an issue? |
I have tested this issue using the STR from the second comment on latest Nightly (59.0a1) build and the issue is no longer reproducible. |
Is this bug only applicable to the screenshots API or Firefox in general? I'm able to reproduce it without using the screenshots API at all; it inexplicably appears after I successfully close a tab using |
In this Sentry report:
I'm pretty sure this is a case where the tab is closed while the selector is still loading. Adding a little delay to the script loading would probably make this easy to reproduce.
We might want to catch and ignore this particular error.
The text was updated successfully, but these errors were encountered: