mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
[Bug]: Mobile label editor text field off screen when keyboard open #732
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 @Nolam on GitHub (Jun 7, 2025).
Where is the problem occurring?
I encountered the problem while using the application (Frontend)
What browsers are you seeing the problem on?
Microsoft Edge
Current behavior
On mobile devices, when editing a label, the text field is pushed upwards off-screen once the keyboard pops up. See screenshot.
Desired behavior
The text field should be visible while typing, so you can change where the cursor is and see what you are typing.
Additionally, the pop-up for the label editor maybe should be scrollable instead of the page behind it, as this would be a potential solution.
Steps to reproduce
In 9:16 (vertical ratio) mobile web version, select a label and click the edit / pencil icon.
Other information
No response
@symonbaikov commented on GitHub (Jun 7, 2025):
I made a quick fix.
@meltyshev commented on GitHub (Jun 7, 2025):
Reopening this, as it's not fully resolved when testing on mobiles. It requires a more complex solution to open popups in fullscreen on small screens, without positioning them near the trigger button.