MerginMaps / MerginMaps/mobile
On Android, text box maximum limit not respected
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 388
- Forks
- 87
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 20
Description
On Android version 2024.5, when going to a form with text area that is having a maximum of 10 characters that can be introduced, we can introduce more then 10.
After saving and coming back, indeed there are only 10 characters
See the video
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce issue 3657 on Android 2024.5 with a form text area limited to 10 characters, first checking the text entered before saving and then after returning to the form. Trace the Android form text-area handling to identify where the limit is applied, and consider the issue done when entry itself prevents more than 10 characters.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, cpp
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100