I have this textarea which gets some styles when focused.
<textarea id="msg" rows="4" name="msg" placeholder="Your message.."></textarea>
One of those styles is a padding
#msg:focus {
padding-bottom: 150px;
}
While this works like a charm on Windows 10, Mac and Android with Firefox, Edge, Chrome and Opera, there is a problem in Firefox on all debian-based machines I tested and apparently also on pre-Windows-10 (see comments). All text disappears in the second the padding is applied, but it is only invisible, because if you keep typing the text will be typed and can be copied or cut. It will also immediately appear if you disable the padding.
If you want to check out the entire form yourself: https://neurotactics.de/contact