gitea/web_src
Giteabot 89f1df033a
Fix comment textarea scroll issue in Firefox (#34438) (#34446)
Backport #34438 by @silverwind

In the comment editor, there is a bug in Firefox where the scroll
position unexpectedly moves up, which is annoying. This is not
reproducible in Chrome and Safari. To reproduce here are some steps:

- Go into an editable issue
- Scroll page to bottom
- Focus the textarea and press Return many times, causing the textarea
to get a scrollbar
- Scroll page to bottom again
- Press Return once more
- Page should not scroll up.

This fixes the bug by adding a temporary margin, and I verified it works
in all browsers.

Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-05-13 18:39:02 +02:00
..
css Merge and tweak markup editor expander CSS (#34409) (#34415) 2025-05-09 18:58:19 +02:00
fomantic Fix some dropdown problems on the issue sidebar (#34308) (#34327) 2025-05-01 09:24:18 -07:00
js Fix comment textarea scroll issue in Firefox (#34438) (#34446) 2025-05-13 18:39:02 +02:00
svg Add material icons for file list (#33837) 2025-03-10 15:57:17 +08:00