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

Odd Behavior in City/Count List #611

Open
andrei-manda opened this issue Aug 15, 2024 · 2 comments · Fixed by #616, #618 or #621
Open

Odd Behavior in City/Count List #611

andrei-manda opened this issue Aug 15, 2024 · 2 comments · Fixed by #616, #618 or #621
Assignees
Labels
bug 🐛 Something isn't working ready-for-deploy

Comments

@andrei-manda
Copy link
Contributor

There are multiple issues with these lists, which I will detail below:


1) City List is Empty at Opening After Checkbox Selection

  • Steps to Reproduce
  1. Access the third step of the NGO registration form.
  2. In the 'Date oficiale' section, select a county-city.
  3. Proceed to the 'Informații de contact' section and select the checkbox.
  4. Click on the 'City' list.
  • Expected Result
  1. The city list should display available options.
  • Actual Result
  1. The city list opens but appears empty.
  • Note
    To make the values appear, the user must select a county.

2) Invalid City-County Selection Allowed

  • Steps to Reproduce
  1. Access the third step of the NGO registration form.
  2. In the 'Date oficiale' section, select a county-city. (e.g.: "Arges / Albesti")
  3. In the 'Informații de contact' section, select a different county-city. (e.g.: "Bucuresti / Sector 5")
  4. Select the checkbox
  5. Click the "City" list
  • Expected Result
  1. The city list should display options within the selected county, Arges.
  • Actual Result
  1. The city list displays options within the previously selected county, Bucuresti.
  • Note
    The NGO request can still be submitted with this invalid selection.

image


3) City List Displays No Options If County Is Not Selected

If you click on the city list without first selecting a county, the list opens but appears empty. This behavior seems odd; see the ss below:

image

@andrei-manda
Copy link
Contributor Author

andrei-manda commented Aug 26, 2024

@dragos1195 all the reported bugs were fixed but a new one arise:

Steps to Reproduce

  1. Access the third step of the NGO registration form.
  2. In the 'Date oficiale' section, select a county-city. (e.g.: "Arges / Albesti")
  3. In the 'Informații de contact' section, select a different county-city. (e.g.: "Bucuresti / Sector 5")
  4. Check the box, then uncheck it.
  5. Open the 'City' list.

Expected Result

  1. The city list should display "Arges" as the selected value.

Actual Result

  1. The city list displays "Bucuresti" as the selected value.

@andrei-manda
Copy link
Contributor Author

andrei-manda commented Aug 27, 2024

@dragos1195 retesting failed:

  • following the steps outlined above, 'București' is no longer displayed as selected but appears bolded.

image

  • second Issue: when opening another list, such as "Anul infiintarii," all the values within the list appear to be selected by default (see screenshot below). This behavior occurs across all filter lists within the app and on "Tip de date pentru pulling app" list from Add New App page.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment