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('', '...')
This commit is contained in:
toasted-nutbread 2021-08-16 21:06:14 -04:00 committed by GitHub
parent b08bf103eb
commit 388328b85b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)