mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 11:21:03 +03:00
[Bug]: text inputs height issue Firefox Planka v2 #786
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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).
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
@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):
Hm... Can't reproduce it. Maybe it happens under specific conditions, or only on certain platforms, or with a particular Firefox version.
@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):
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
@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?
Yep, could be that. Need to try to reproduce it somehow and probably won't be too hard to fix :)
@ajknol commented on GitHub (Aug 13, 2025):
I'm on Windows
@meltyshev commented on GitHub (Aug 13, 2025):
Thanks! Will try to find a Windows machine to test it on.
@ajknol commented on GitHub (Aug 13, 2025):
thanks!
@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?
@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):
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.
@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.
@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.
@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.
@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: