aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-08-16 21:06:14 -0400
committerGitHub <noreply@github.com>2021-08-16 21:06:14 -0400
commit388328b85b7c7067d73eda40755ae0e5a990bd69 (patch)
treeda8e22dd4e984146a020bfb8431b95658ce87f3f /docs
parentb08bf103eb26d1175518837639d97ac19aa67d56 (diff)
Update browser bugs (#1899)
* Strike chrome bug, since the issue was due to API misuse * Add info about content scripts not running on popup.open('', '...')
Diffstat (limited to 'docs')
-rw-r--r--docs/browser-bugs.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/browser-bugs.md b/docs/browser-bugs.md
index bc8253a6..7f27253c 100644
--- a/docs/browser-bugs.md
+++ b/docs/browser-bugs.md
@@ -88,6 +88,11 @@ This page lists several of the browser bugs that have affected Yomichan over the
* **Links**: [Report](https://bugzilla.mozilla.org/show_bug.cgi?id=1714883)
## IndexedDB writes from a Worker thread do not persist if worker is terminated
-* **Browser**: Chrome, Firefox _(warning only)_
+* **Browser**: ~~Chrome~~, Firefox _(warning only)_
* **Date**: 2021-08-07
-* **Links**: [Chrome Report](https://bugs.chromium.org/p/chromium/issues/detail?id=1237686), [Firefox Report](https://bugzilla.mozilla.org/show_bug.cgi?id=1724602)
+* **Links**: ~~[Chrome Report](https://bugs.chromium.org/p/chromium/issues/detail?id=1237686)~~, [Firefox Report](https://bugzilla.mozilla.org/show_bug.cgi?id=1724602)
+
+## Web extension content scripts don't run on certain about:blank popups
+* **Browser**: Firefox
+* **Date**: 2021-08-16
+* **Links**: [Report](https://bugzilla.mozilla.org/show_bug.cgi?id=1726068)