Skip to content
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

On mobile Firefox the "max=15" limit for the response deadline input does not lead to error message, but just no response/reaction #816

Open
rugk opened this issue Aug 22, 2024 · 0 comments

Comments

@rugk
Copy link
Contributor

rugk commented Aug 22, 2024

This is more a problem of mobile Firefox, I suppose, so just that you are aware of it here is the copied report from webcompat/web-bugs#140735


URL: https://fragdenstaat.de/anfrage/informationen-dazu-warum-abgabe-der-stimme-per-eid-elektronischer-signatur-per-ausweis-nicht-mehr-angeboten-wird-in-deutschland-1/

Browser / Version: Firefox Mobile 129.0
Operating System: Android 14
Tested Another Browser: Yes Chrome

Problem type: Something else
Description: Surpassing max= in input does not lead to error message, but just no response/reaction
Steps to Reproduce:
If you have any request on FragDenStaat, and you try to add days on mobile Firefox for the expiration date of a FOI request, no response is shown.

STR:

  1. Login /register for FragDenStaat.de
  2. Write a FOI (freedom of information) request to an EU agency (as they have a limit of 15 days for answering).
  3. Click the pencil near the expiration date and try to edit the date.
  4. An input box for days will be shown. Add more than 15 there, surpassing the hard oded limit.

On Chrome and desktop Firefox a error message is shown, on mobile or is not.
This feels as if the website is broken. Would not I have known this limit, I would not have catched it.

Screenshot is comparison from Chrome, which makes more sense.

HTML seems to be this:

<input class="form-control" type="number" min="0" max="15" name="time" value="1">

As the platform is open-source here seems to be the relevant snippet in their code:

<input class="form-control"
type="number"
min="0"
max="15"
name="time"
value="1">

View the screenshot Screenshot
Browser Configuration
  • None

From webcompat.com with ❤️

rugk added a commit to rugk/froide that referenced this issue Aug 22, 2024
Similar STRs to okfde#816, but if you enter `0` in that input box and press the button, you get a 404 error. 🙃
krmax44 pushed a commit that referenced this issue Oct 7, 2024
Similar STRs to #816, but if you enter `0` in that input box and press the button, you get a 404 error. 🙃
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant