fabianmichael / kirby-markdown-field

Super-sophisticated markdown editor for Kirby 3, community built.
Other
160 stars 14 forks source link

Scroll on input #179

Closed medienbaecker closed 7 months ago

medienbaecker commented 7 months ago

On latest Chrome (121.0.6167.160) using 3.0.0-alpha.2 with Kirby 4.1 I experience the following bug:

CleanShot 2024-02-08 at 17 47 48

As you can see, every time I input any character, the window scrolls. I added transparency to the header background for debugging purposes.

tobimori commented 7 months ago

Noticed the same

tobimori commented 7 months ago

This also happens when using the markdown block in a blocks field. It does not happen in Firefox

medienbaecker commented 7 months ago

I believe this could have something to do with this issue and this pull request. It seems like there was a change in the core textarea regarding the auto height.

miragecraft commented 7 months ago

Noticed it too, it's been making my site updates very painful.

Thanks to tips from other commenters here I will admin my site using Firefox in the meantime.

medienbaecker commented 7 months ago

After spending a few hours debugging and searching for a solution I just updated Chrome to 121.0.6167.184 (released yesterday) and the issue is fixed 🫠

fabianmichael commented 6 months ago

@medienbaecker 🙏

teichsta commented 6 months ago

just fyi: this issues also occurs in v2.2 and is fixed after update to latest Chrome-Version.