diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-01-30 13:43:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-30 13:43:51 -0500 |
commit | ba8b02cda578d7feabb18fd6e0110887cb956133 (patch) | |
tree | 56b8ec07ad108069e12eecb788a1312267eb7f36 /docs | |
parent | d0b8b605db93c51b5ce2501a482c57432b45bfa6 (diff) |
Add info about a textarea display bug (#1330)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/browser-bugs.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/browser-bugs.md b/docs/browser-bugs.md index 0bce918e..0e8828dd 100644 --- a/docs/browser-bugs.md +++ b/docs/browser-bugs.md @@ -51,3 +51,8 @@ This page lists several of the browser bugs that have affected Yomichan over the * **Browser**: Chrome * **Date**: 2020-12-18 * **Links**: [#455](https://github.com/FooSoft/yomichan/issues/455), [#1247](https://github.com/FooSoft/yomichan/issues/1247), [Report](https://bugs.chromium.org/p/chromium/issues/detail?id=1160302) + +## Textareas display incorrectly when they have an animated CSS transform +* **Browser**: Chrome +* **Date**: 2021-01-30 +* **Links**: [Demo](https://toasted-nutbread.github.io/chrome-textarea-transform-bug/), [Report](https://bugs.chromium.org/p/chromium/issues/detail?id=1172666) |