[Bug]: text inputs height issue Firefox Planka v2 #786

Open
opened 2026-02-04 21:19:56 +03:00 by OVERLORD · 15 comments
Owner

Originally created by @ajknol on GitHub (Aug 13, 2025).

Where is the problem occurring?

I encountered the problem while using the application (Frontend)

What browsers are you seeing the problem on?

Firefox

Current behavior

Migrated to v2 yesterday, really nice. Small issue is: text input fields are not shown in full height in Firefox, text is cut off / not well readable (in Chrome it works and v1 worked fine as well).

Image

Desired behavior

Text input fields are shown in full height, all text can be read.

Steps to reproduce

open a todo card on a Planka board with a (multiline) title in Firefox.

Other information

No response

Originally created by @ajknol on GitHub (Aug 13, 2025). ### Where is the problem occurring? I encountered the problem while using the application (Frontend) ### What browsers are you seeing the problem on? Firefox ### Current behavior Migrated to v2 yesterday, really nice. Small issue is: text input fields are not shown in full height in Firefox, text is cut off / not well readable (in Chrome it works and v1 worked fine as well). <img width="832" height="507" alt="Image" src="https://github.com/user-attachments/assets/b3533ab4-1c40-4742-abfd-f59cf7a13a78" /> ### Desired behavior Text input fields are shown in full height, all text can be read. ### Steps to reproduce open a todo card on a Planka board with a (multiline) title in Firefox. ### Other information _No response_
Author
Owner

@meltyshev commented on GitHub (Aug 13, 2025):

Hey! Thanks for reporting this. I'll look into it right away.

@meltyshev commented on GitHub (Aug 13, 2025): Hey! Thanks for reporting this. I'll look into it right away.
Author
Owner

@meltyshev commented on GitHub (Aug 13, 2025):

Image

Hm... Can't reproduce it. Maybe it happens under specific conditions, or only on certain platforms, or with a particular Firefox version.

@meltyshev commented on GitHub (Aug 13, 2025): <img width="1186" height="619" alt="Image" src="https://github.com/user-attachments/assets/f69e6d75-5e86-4348-84b8-bcb343e87c7a" /> Hm... Can't reproduce it. Maybe it happens under specific conditions, or only on certain platforms, or with a particular Firefox version.
Author
Owner

@ajknol commented on GitHub (Aug 13, 2025):

Hi, thanks for looking into it and your fast response. Weird, it happens here at Firefox version 141.0.3. But on Chrome it works fine. It's not a big issue, but if you want want me to share more info from my side to be able to reproduce the bug let me know.

@ajknol commented on GitHub (Aug 13, 2025): Hi, thanks for looking into it and your fast response. Weird, it happens here at Firefox version 141.0.3. But on Chrome it works fine. It's not a big issue, but if you want want me to share more info from my side to be able to reproduce the bug let me know.
Author
Owner

@ajknol commented on GitHub (Aug 13, 2025):

Maybe has something to do with a fixed line height in Firefox of 1.2? https://stackoverflow.com/questions/3650530/firefox-line-height-issue-with-input-fields

@ajknol commented on GitHub (Aug 13, 2025): Maybe has something to do with a fixed line height in Firefox of 1.2? https://stackoverflow.com/questions/3650530/firefox-line-height-issue-with-input-fields
Author
Owner

@meltyshev commented on GitHub (Aug 13, 2025):

I have the exact same version of Firefox on Mac. Are you on Windows or also on Mac?

Maybe has something to do with a fixed line height in Firefox of 1.2? https://stackoverflow.com/questions/3650530/firefox-line-height-issue-with-input-fields

Yep, could be that. Need to try to reproduce it somehow and probably won't be too hard to fix :)

@meltyshev commented on GitHub (Aug 13, 2025): I have the exact same version of Firefox on Mac. Are you on Windows or also on Mac? > Maybe has something to do with a fixed line height in Firefox of 1.2? https://stackoverflow.com/questions/3650530/firefox-line-height-issue-with-input-fields Yep, could be that. Need to try to reproduce it somehow and probably won't be too hard to fix :)
Author
Owner

@ajknol commented on GitHub (Aug 13, 2025):

I'm on Windows

@ajknol commented on GitHub (Aug 13, 2025): I'm on Windows
Author
Owner

@meltyshev commented on GitHub (Aug 13, 2025):

Thanks! Will try to find a Windows machine to test it on.

@meltyshev commented on GitHub (Aug 13, 2025): Thanks! Will try to find a Windows machine to test it on.
Author
Owner

@ajknol commented on GitHub (Aug 13, 2025):

thanks!

@ajknol commented on GitHub (Aug 13, 2025): thanks!
Author
Owner

@meltyshev commented on GitHub (Aug 13, 2025):

Just tested on Windows with Firefox v141.0.3 and didn't encounter any issues. Could you please check the console for any errors or warnings by pressing F12 -> Console?

It might also be a conflict with a browser extension, so you can try using Incognito mode to see if the bug still occurs.

Lastly, have you updated to PLANKA v2.0.0-rc.3?

@meltyshev commented on GitHub (Aug 13, 2025): Just tested on Windows with Firefox v141.0.3 and didn't encounter any issues. Could you please check the console for any errors or warnings by pressing F12 -> Console? It might also be a conflict with a browser extension, so you can try using Incognito mode to see if the bug still occurs. Lastly, have you updated to PLANKA v2.0.0-rc.3?
Author
Owner

@ajknol commented on GitHub (Aug 13, 2025):

Weird, on my site the issue still occurs. The console log (f12) is empty, no errors, no warnings. In incognito without browser extensions the bug also still occurs I'm afraid. Planka version is 2.0.0-rc.3.

@ajknol commented on GitHub (Aug 13, 2025): Weird, on my site the issue still occurs. The console log (f12) is empty, no errors, no warnings. In incognito without browser extensions the bug also still occurs I'm afraid. Planka version is 2.0.0-rc.3.
Author
Owner

@ajknol commented on GitHub (Aug 13, 2025):

At my friend's computer also windows + firefox everything works fine, so it must be a firefox config thing on my side. I'll try to find it.

@ajknol commented on GitHub (Aug 13, 2025): At my friend's computer also windows + firefox everything works fine, so it must be a firefox config thing on my side. I'll try to find it.
Author
Owner

@meltyshev commented on GitHub (Aug 13, 2025):

Yep, very weird. Seems like the issue is related to the autosize textarea, since both of these inputs are one component.

You could also try inspecting the textarea styles in DevTools - maybe there's something unusual applied that could help us figure it out.

Image

@meltyshev commented on GitHub (Aug 13, 2025): Yep, very weird. Seems like the issue is related to the autosize textarea, since both of these inputs are one component. You could also try inspecting the textarea styles in DevTools - maybe there's something unusual applied that could help us figure it out. ![Image](https://github.com/user-attachments/assets/ad1e714f-6658-4616-8f23-4e756c05681d)
Author
Owner

@ajknol commented on GitHub (Sep 4, 2025):

So it seems to be remote desktop - everything works fine working directly on this desktop with Firefox but when I'm on this desktop via a remote desktop session the input fields do not work correctly. No clue why - does not seem to happen with other websites.

@ajknol commented on GitHub (Sep 4, 2025): So it seems to be remote desktop - everything works fine working directly on this desktop with Firefox but when I'm on this desktop via a remote desktop session the input fields do not work correctly. No clue why - does not seem to happen with other websites.
Author
Owner

@meltyshev commented on GitHub (Sep 4, 2025):

Thanks for the update! Yeah, that does sound weird… I'll try testing it with remote desktop as well.

@meltyshev commented on GitHub (Sep 4, 2025): Thanks for the update! Yeah, that does sound weird… I'll try testing it with remote desktop as well.
Author
Owner

@koalaman21 commented on GitHub (Sep 6, 2025):

I am also having the same problem on Firefox 142.0.1 + Win11.
In my case it only happens to the first time when a newly created card is opened.
The card behaves normally afterwards.

Steps to reproduce:

  1. Create a new task card.
  2. Open it. Text height is wrong. (left image).
  3. Close and open again, it appears normal (right image).

Image

@koalaman21 commented on GitHub (Sep 6, 2025): I am also having the same problem on Firefox 142.0.1 + Win11. In my case it only happens to the _first time_ when a newly created card is opened. The card behaves normally afterwards. Steps to reproduce: 1. Create a new task card. 2. Open it. Text height is wrong. (left image). 3. Close and open again, it appears normal (right image). ![Image](https://github.com/user-attachments/assets/fcfde374-a76d-4d2c-b191-768605e44014)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#786