From ba8b02cda578d7feabb18fd6e0110887cb956133 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sat, 30 Jan 2021 13:43:51 -0500 Subject: [PATCH] Add info about a textarea display bug (#1330) --- docs/browser-bugs.md | 5 +++++ 1 file changed, 5 insertions(+) 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)