-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Form input fields not working at screen width less than 512 px #2139
Form input fields not working at screen width less than 512 px #2139
Comments
While I am not primarily a JS or Vue developer, if you can point me to the source where this bug originates, I might even be able to propose a PR for it :). |
@susnux Is this a bug in the vue lib? |
I do not think so as it works on the styleguide |
I posted a similar but different issue in #2145: I can't edit forms on my mobile device. This issue made me realize when I switch the device to landscape mode, things work (for issue 2145), but not in portrait mode. There seems to be generally speaking quite some responsiveness issues on mobile devices? (editing, filling out, viewing, ...) |
@tmlmt So why do you think that your bug is different than this one here? It seems like this bug here is connected to the screen width (which in landscape mode is of course much bigger than in portrait mode). Edit mode and submit mode both use the same input fields, so they are both probably connected. Could you please check if you also can't enter any input in submit mode and if it works in landscape mode? |
Awesome guys! Thx for the quick fix 👍 :) |
@sven-verkstedt It will still take some time until the fix will be available... :) |
Release is scheduled for today of the library so we might be able to release an app update next week :) |
Please use the 👍 reaction to show that you are affected by the same issue. Please don't comment if you have no relevant information to add!
Describe the bug
Form input fields stop working at screen width less than 512 px. Text entry fields cannot be selected anymore, dropdown lists will not appear. This renders forms unusable on small screens, namely on smartphones.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Form entry fields should stay responsive and usable at small horizontal reolutions.
Screenshots
![image](https://private-user-images.githubusercontent.com/19748174/327950597-ddccdb49-f299-44d5-a734-a3141c08e1ed.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1Mzk2NTYsIm5iZiI6MTczOTUzOTM1NiwicGF0aCI6Ii8xOTc0ODE3NC8zMjc5NTA1OTctZGRjY2RiNDktZjI5OS00NGQ1LWE3MzQtYTMxNDFjMDhlMWVkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDEzMjIzNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTMwYzZhMTE1ODBjZTdlZWNlYTQwMTkzNmJjOTIxMmM5NjE4NDRjMTc2OGUzNTI2NWM2ODBjM2I4MWFlMzU2N2EmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.j7oJNMlR4vuK8sbA_eEtEfufZytx_CFDbdEiKLB7lMM)
Working at 512xp:
Not working at 511px:
![image](https://private-user-images.githubusercontent.com/19748174/327950652-bd56c6d1-765b-47c7-ac37-b77a67f1317c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1Mzk2NTYsIm5iZiI6MTczOTUzOTM1NiwicGF0aCI6Ii8xOTc0ODE3NC8zMjc5NTA2NTItYmQ1NmM2ZDEtNzY1Yi00N2M3LWFjMzctYjc3YTY3ZjEzMTdjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDEzMjIzNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTAyOGJmYzdiZDhhZjY0NmM2ZjM1NTlmOTEzNmU5MWI0ZDFlZGM3Yjg0ZDhlNDllOGE2NGYyYzNmMzM2MmY2OWUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.7rNnevHw8BMDTxkMSFZWDgNLn04EJKHAEcURM43OEIk)
Systeminfo:
2024-05-04.md
Nextcloud (please complete the following information):
Desktop (please complete the following information):
Smartphone (please complete the following information):
Browser log
How to access your browser console (Click to expand)
Chrome
Safari
IE9
Firefox
Opera
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: