Bugs in designing and coding #321
Description
There is a bug in the interface i.e when entered a long name to a contact, a few contacts are moved down and it is uncomfortable to view all six contacts at once.
Bug 1:In my opinion, there is also a bug relating to coding when adding a trustee using directly from the phone book, there are spaces between numbers created automatically. The same number can be added again manually entering the number. This leads to repetition of same contacts thus there is a chance that the same message is sent twice to a single contact.
To avoid this, we can replace spaces using java replaceAll(String regex, String replacement) method.
Bug 2:There is another bug which doesn't show up every time. Contact number 3 and 4 have the same number but the names are different in the My trustee frame. I was unable to recreate this bug. It appeared only one time
Here are the screenshots of the bugs.
I tried to recreate the bug 2, but it doesn't appear again. Here is the screenshot.