diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-05-19 21:50:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-19 21:50:08 -0400 |
commit | d8ef599eaef1323bee908d3b883d11ddd2e95198 (patch) | |
tree | 1bdf3b3a91b52c436c6e46a136e68cbc9d484aea | |
parent | 6184bcb812686f5498ee982ae89da88792b9a880 (diff) |
Update browser bugs (#1691)
-rw-r--r-- | docs/browser-bugs.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/browser-bugs.md b/docs/browser-bugs.md index bedf17c8..288170b5 100644 --- a/docs/browser-bugs.md +++ b/docs/browser-bugs.md @@ -71,3 +71,13 @@ This page lists several of the browser bugs that have affected Yomichan over the * **Browser**: Firefox * **Date**: 2021-03-05 * **Links**: [Report](https://bugzilla.mozilla.org/show_bug.cgi?id=1696721) + +## Focus changes don't preserve caret position for caret browsing +* **Browser**: Chrome +* **Date**: 2021-05-19 +* **Links**: [Report](https://bugs.chromium.org/p/chromium/issues/detail?id=1211175) + +## CSS :active state on <label> element doesn't match state on inner element +* **Browser**: Chrome +* **Date**: 2021-05-19 +* **Links**: [Report](https://bugs.chromium.org/p/chromium/issues/detail?id=1211182) |